retreaverjs-rails 0.0.12 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/Gruntfile.js +1 -0
  3. data/config/README +1 -1
  4. data/config/jsdocs.json +1 -0
  5. data/lib/retreaverjs/compile.rb +5 -5
  6. data/lib/retreaverjs/rails/version.rb +1 -1
  7. data/src/retreaver/base/model.js +1 -1
  8. data/src/retreaver/campaign.js +1 -1
  9. data/src/retreaver.js +28 -0
  10. data/vendor/assets/javascripts/retreaver.js +1179 -0
  11. data/vendor/assets/javascripts/retreaver.min.js +2 -0
  12. data/vendor/documentation/javascript/v1/Retreaver.Campaign.html +425 -0
  13. data/vendor/documentation/javascript/v1/Retreaver.Number.html +1415 -0
  14. data/vendor/documentation/javascript/v1/Retreaver.Retreaver.html +146 -0
  15. data/vendor/documentation/javascript/v1/Retreaver.context.Retreaver.html +146 -0
  16. data/vendor/documentation/javascript/v1/Retreaver.html +304 -0
  17. data/vendor/documentation/javascript/v1/campaign.js.html +157 -0
  18. data/vendor/documentation/javascript/v1/global.html +232 -0
  19. data/vendor/documentation/javascript/v1/index.html +67 -0
  20. data/vendor/documentation/javascript/v1/number.js.html +255 -0
  21. data/vendor/documentation/javascript/v1/retreaver.js.html +78 -0
  22. data/vendor/documentation/javascript/v1/scripts/linenumber.js +17 -0
  23. data/vendor/documentation/javascript/v1/scripts/prettify/Apache-License-2.0.txt +202 -0
  24. data/vendor/documentation/javascript/v1/scripts/prettify/lang-css.js +2 -0
  25. data/vendor/documentation/javascript/v1/scripts/prettify/prettify.js +28 -0
  26. data/vendor/documentation/javascript/v1/styles/jsdoc-default.css +290 -0
  27. data/vendor/documentation/javascript/v1/styles/prettify-jsdoc.css +111 -0
  28. data/vendor/documentation/javascript/v1/styles/prettify-tomorrow.css +132 -0
  29. metadata +22 -2
@@ -0,0 +1,146 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: Retreaver</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: Retreaver</h1>
21
+
22
+
23
+
24
+
25
+
26
+ <section>
27
+
28
+ <header>
29
+ <h2>
30
+ Retreaver
31
+ </h2>
32
+
33
+ </header>
34
+
35
+ <article>
36
+ <div class="container-overview">
37
+
38
+
39
+
40
+
41
+ <dt>
42
+ <h4 class="name" id="Retreaver"><span class="type-signature"></span>new Retreaver<span class="signature">()</span><span class="type-signature"></span></h4>
43
+
44
+
45
+ </dt>
46
+ <dd>
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ <dl class="details">
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ <dt class="tag-source">Source:</dt>
78
+ <dd class="tag-source"><ul class="dummy"><li>
79
+ <a href="retreaver.js.html">retreaver.js</a>, <a href="retreaver.js.html#line6">line 6</a>
80
+ </li></ul></dd>
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ </dl>
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+ </dd>
103
+
104
+
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+ </article>
125
+
126
+ </section>
127
+
128
+
129
+
130
+
131
+ </div>
132
+
133
+ <nav>
134
+ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.Number.html">Number</a></li><li><a href="Retreaver.Retreaver.html">Retreaver</a></li></ul><h3>Global</h3><ul><li><a href="global.html#configure">configure</a></li></ul>
135
+ </nav>
136
+
137
+ <br clear="both">
138
+
139
+ <footer>
140
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Sat Jul 25 2015 14:45:38 GMT-0400 (EDT)
141
+ </footer>
142
+
143
+ <script> prettyPrint(); </script>
144
+ <script src="scripts/linenumber.js"> </script>
145
+ </body>
146
+ </html>
@@ -0,0 +1,146 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: context.Retreaver</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: context.Retreaver</h1>
21
+
22
+
23
+
24
+
25
+
26
+ <section>
27
+
28
+ <header>
29
+ <h2>
30
+ context.Retreaver
31
+ </h2>
32
+
33
+ </header>
34
+
35
+ <article>
36
+ <div class="container-overview">
37
+
38
+
39
+
40
+
41
+ <dt>
42
+ <h4 class="name" id="context.Retreaver"><span class="type-signature"></span>new context.Retreaver<span class="signature">()</span><span class="type-signature"></span></h4>
43
+
44
+
45
+ </dt>
46
+ <dd>
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ <dl class="details">
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ <dt class="tag-source">Source:</dt>
78
+ <dd class="tag-source"><ul class="dummy"><li>
79
+ <a href="retreaver.js.html">retreaver.js</a>, <a href="retreaver.js.html#line6">line 6</a>
80
+ </li></ul></dd>
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ </dl>
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+ </dd>
103
+
104
+
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+ </article>
125
+
126
+ </section>
127
+
128
+
129
+
130
+
131
+ </div>
132
+
133
+ <nav>
134
+ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.context.Retreaver.html">context.Retreaver</a></li><li><a href="Retreaver.Number.html">Number</a></li></ul><h3><a href="global.html">Global</a></h3>
135
+ </nav>
136
+
137
+ <br clear="both">
138
+
139
+ <footer>
140
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Sat Jul 25 2015 14:41:56 GMT-0400 (EDT)
141
+ </footer>
142
+
143
+ <script> prettyPrint(); </script>
144
+ <script src="scripts/linenumber.js"> </script>
145
+ </body>
146
+ </html>
@@ -0,0 +1,304 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Namespace: Retreaver</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Namespace: Retreaver</h1>
21
+
22
+
23
+
24
+
25
+
26
+ <section>
27
+
28
+ <header>
29
+ <h2>
30
+ Retreaver
31
+ </h2>
32
+
33
+ </header>
34
+
35
+ <article>
36
+ <div class="container-overview">
37
+
38
+
39
+
40
+
41
+
42
+
43
+ <dl class="details">
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <dt class="tag-source">Source:</dt>
64
+ <dd class="tag-source"><ul class="dummy"><li>
65
+ <a href="retreaver.js.html">retreaver.js</a>, <a href="retreaver.js.html#line2">line 2</a>
66
+ </li></ul></dd>
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ </dl>
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ <h3 class="subsection-title">Classes</h3>
89
+
90
+ <dl>
91
+ <dt><a href="Retreaver.Campaign.html">Campaign</a></dt>
92
+ <dd></dd>
93
+
94
+ <dt><a href="Retreaver.Number.html">Number</a></dt>
95
+ <dd></dd>
96
+ </dl>
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ <h3 class="subsection-title">Methods</h3>
105
+
106
+ <dl>
107
+
108
+ <dt>
109
+ <h4 class="name" id="configure"><span class="type-signature">&lt;static> </span>configure<span class="signature">(options)</span><span class="type-signature"></span></h4>
110
+
111
+
112
+ </dt>
113
+ <dd>
114
+
115
+
116
+ <div class="description">
117
+ Configure the retreaver client library.
118
+ </div>
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+ <h5>Parameters:</h5>
127
+
128
+
129
+ <table class="params">
130
+ <thead>
131
+ <tr>
132
+
133
+ <th>Name</th>
134
+
135
+
136
+ <th>Type</th>
137
+
138
+
139
+
140
+
141
+
142
+ <th class="last">Description</th>
143
+ </tr>
144
+ </thead>
145
+
146
+ <tbody>
147
+
148
+
149
+ <tr>
150
+
151
+ <td class="name"><code>options</code></td>
152
+
153
+
154
+ <td class="type">
155
+
156
+
157
+ <span class="param-type">Object</span>
158
+
159
+
160
+
161
+ </td>
162
+
163
+
164
+
165
+
166
+
167
+ <td class="description last">
168
+ <h6>Properties</h6>
169
+
170
+
171
+ <table class="params">
172
+ <thead>
173
+ <tr>
174
+
175
+ <th>Name</th>
176
+
177
+
178
+ <th>Type</th>
179
+
180
+
181
+
182
+
183
+
184
+ <th class="last">Description</th>
185
+ </tr>
186
+ </thead>
187
+
188
+ <tbody>
189
+
190
+
191
+ <tr>
192
+
193
+ <td class="name"><code>host</code></td>
194
+
195
+
196
+ <td class="type">
197
+
198
+
199
+ <span class="param-type">String</span>
200
+
201
+
202
+
203
+ </td>
204
+
205
+
206
+
207
+
208
+
209
+ <td class="description last">Retreaver API Host</td>
210
+ </tr>
211
+
212
+
213
+ </tbody>
214
+ </table>
215
+ </td>
216
+ </tr>
217
+
218
+
219
+ </tbody>
220
+ </table>
221
+
222
+
223
+
224
+ <dl class="details">
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+ <dt class="tag-source">Source:</dt>
245
+ <dd class="tag-source"><ul class="dummy"><li>
246
+ <a href="retreaver.js.html">retreaver.js</a>, <a href="retreaver.js.html#line7">line 7</a>
247
+ </li></ul></dd>
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+ </dl>
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+ <h5>Example</h5>
270
+
271
+ <pre class="prettyprint"><code>Retreaver.configure({host: 'api.retreaver.com'});</code></pre>
272
+
273
+
274
+ </dd>
275
+
276
+ </dl>
277
+
278
+
279
+
280
+
281
+
282
+ </article>
283
+
284
+ </section>
285
+
286
+
287
+
288
+
289
+ </div>
290
+
291
+ <nav>
292
+ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.Number.html">Number</a></li></ul><h3>Namespaces</h3><ul><li><a href="Retreaver.html">Retreaver</a></li></ul><h3><a href="global.html">Global</a></h3>
293
+ </nav>
294
+
295
+ <br clear="both">
296
+
297
+ <footer>
298
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Sat Jul 25 2015 14:52:26 GMT-0400 (EDT)
299
+ </footer>
300
+
301
+ <script> prettyPrint(); </script>
302
+ <script src="scripts/linenumber.js"> </script>
303
+ </body>
304
+ </html>