ae_easy-core 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/doc/AeEasy.html +1 -1
  3. data/doc/AeEasy/Core.html +2 -2
  4. data/doc/AeEasy/Core/Config.html +1 -1
  5. data/doc/AeEasy/Core/Exception.html +1 -1
  6. data/doc/AeEasy/Core/Exception/OutdatedError.html +1 -1
  7. data/doc/AeEasy/Core/Helper.html +1 -1
  8. data/doc/AeEasy/Core/Helper/Cookie.html +1 -1
  9. data/doc/AeEasy/Core/Mock.html +1 -1
  10. data/doc/AeEasy/Core/Mock/FakeDb.html +1 -1
  11. data/doc/AeEasy/Core/Mock/FakeExecutor.html +9 -9
  12. data/doc/AeEasy/Core/Mock/FakeParser.html +1 -1
  13. data/doc/AeEasy/Core/Mock/FakeSeeder.html +1 -1
  14. data/doc/AeEasy/Core/Plugin.html +1 -1
  15. data/doc/AeEasy/Core/Plugin/CollectionVault.html +1 -1
  16. data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +5 -5
  17. data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +1 -1
  18. data/doc/AeEasy/Core/Plugin/Executor.html +1 -1
  19. data/doc/AeEasy/Core/Plugin/ExecutorBehavior.html +1 -1
  20. data/doc/AeEasy/Core/Plugin/InitializeHook.html +1 -1
  21. data/doc/AeEasy/Core/Plugin/Parser.html +1 -1
  22. data/doc/AeEasy/Core/Plugin/ParserBehavior.html +1 -1
  23. data/doc/AeEasy/Core/Plugin/Seeder.html +77 -44
  24. data/doc/AeEasy/Core/Plugin/SeederBehavior.html +1 -1
  25. data/doc/AeEasy/Core/SmartCollection.html +1 -1
  26. data/doc/_index.html +1 -1
  27. data/doc/file.README.html +1 -1
  28. data/doc/index.html +1 -1
  29. data/doc/top-level-namespace.html +1 -1
  30. data/lib/ae_easy/core/mock/fake_executor.rb +2 -2
  31. data/lib/ae_easy/core/plugin/config_behavior.rb +2 -2
  32. data/lib/ae_easy/core/plugin/seeder.rb +12 -2
  33. data/lib/ae_easy/core/version.rb +1 -1
  34. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6965cbd4f45f0c4d6b873c94764060a7dea18c512a00505846230228a9f4f9d
4
- data.tar.gz: 0a22bf3bc071b6d10084dc0cd02245779013f676ff6c1a1114bec3b498314ec8
3
+ metadata.gz: '08b2810397a5f14cf12d7b928b8e7ecb43f70203ddd7b7c56a58e85450a35c39'
4
+ data.tar.gz: e3637ed0f573266f572f003da321e4f2aa08d7cba8cb591f9c76a0b63eaa1f4f
5
5
  SHA512:
6
- metadata.gz: b4898349220a0bb95e8c4941c6ccc6460454788ee65796d973ba84993c0a70b9ee9ba9ac4f96d9d8860d3c7eb016e5f46dce61bf6de670ee060988ee4e2b83df
7
- data.tar.gz: e91aa1d81f53b5418df132d50a3cf38559922d2506ece4e87759d5a3eac57bb9310702dc13c972e00b98ab89a488e3264e3d31d732b1972bdd52de67558f3939
6
+ metadata.gz: d91e42d6d552b1ce4ff74dffb8be2d71e6c7dd2595c91da2755f12d0541ec6230d4dc71110324b85c3f6db1b90fc2010919713ddfd91fbaca4e0014496b4aead
7
+ data.tar.gz: 4d3c51262bf893ee85d26c914693c06623ff9a969d3ffe26e9bc463352f441b2fd658c24c65a3cc6fc92e9891c09c71fd6071b01230ad6cf8f721463597a89c1
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Mar 8 18:16:45 2019 by
110
+ Generated on Fri Mar 8 18:35:13 2019 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.18 (ruby-2.5.3).
113
113
  </div>
@@ -120,7 +120,7 @@
120
120
 
121
121
  </div>
122
122
  </dt>
123
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.1.4</span><span class='tstring_end'>&quot;</span></span></pre></dd>
123
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.1.5</span><span class='tstring_end'>&quot;</span></span></pre></dd>
124
124
 
125
125
  </dl>
126
126
 
@@ -1562,7 +1562,7 @@ present on `source`.</p>
1562
1562
  </div>
1563
1563
 
1564
1564
  <div id="footer">
1565
- Generated on Fri Mar 8 18:16:45 2019 by
1565
+ Generated on Fri Mar 8 18:35:13 2019 by
1566
1566
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1567
1567
  0.9.18 (ruby-2.5.3).
1568
1568
  </div>
@@ -301,7 +301,7 @@
301
301
  </div>
302
302
 
303
303
  <div id="footer">
304
- Generated on Fri Mar 8 18:16:46 2019 by
304
+ Generated on Fri Mar 8 18:35:14 2019 by
305
305
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
306
306
  0.9.18 (ruby-2.5.3).
307
307
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Mar 8 18:16:45 2019 by
110
+ Generated on Fri Mar 8 18:35:13 2019 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.18 (ruby-2.5.3).
113
113
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Fri Mar 8 18:16:47 2019 by
128
+ Generated on Fri Mar 8 18:35:15 2019 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.18 (ruby-2.5.3).
131
131
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Mar 8 18:16:45 2019 by
110
+ Generated on Fri Mar 8 18:35:13 2019 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.18 (ruby-2.5.3).
113
113
  </div>
@@ -1060,7 +1060,7 @@ update_as_hash , response_cookies
1060
1060
  </div>
1061
1061
 
1062
1062
  <div id="footer">
1063
- Generated on Fri Mar 8 18:16:47 2019 by
1063
+ Generated on Fri Mar 8 18:35:15 2019 by
1064
1064
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1065
1065
  0.9.18 (ruby-2.5.3).
1066
1066
  </div>
@@ -272,7 +272,7 @@
272
272
  </div>
273
273
 
274
274
  <div id="footer">
275
- Generated on Fri Mar 8 18:16:45 2019 by
275
+ Generated on Fri Mar 8 18:35:13 2019 by
276
276
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277
277
  0.9.18 (ruby-2.5.3).
278
278
  </div>
@@ -3365,7 +3365,7 @@ suites only.</p>
3365
3365
  </div>
3366
3366
 
3367
3367
  <div id="footer">
3368
- Generated on Fri Mar 8 18:16:46 2019 by
3368
+ Generated on Fri Mar 8 18:35:14 2019 by
3369
3369
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3370
3370
  0.9.18 (ruby-2.5.3).
3371
3371
  </div>
@@ -809,12 +809,12 @@
809
809
  <pre class="lines">
810
810
 
811
811
 
812
- 11
813
- 12
814
- 13</pre>
812
+ 13
813
+ 14
814
+ 15</pre>
815
815
  </td>
816
816
  <td>
817
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_executor.rb', line 11</span>
817
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_executor.rb', line 13</span>
818
818
 
819
819
  <span class='kw'>def</span> <span class='id identifier rubyid_content'>content</span>
820
820
  <span class='ivar'>@content</span>
@@ -865,12 +865,12 @@
865
865
  <pre class="lines">
866
866
 
867
867
 
868
- 14
869
- 15
870
- 16</pre>
868
+ 16
869
+ 17
870
+ 18</pre>
871
871
  </td>
872
872
  <td>
873
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_executor.rb', line 14</span>
873
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_executor.rb', line 16</span>
874
874
 
875
875
  <span class='kw'>def</span> <span class='id identifier rubyid_failed_content'>failed_content</span>
876
876
  <span class='ivar'>@failed_content</span>
@@ -2686,7 +2686,7 @@ instead, this is the defaul behavior.</p>
2686
2686
  </div>
2687
2687
 
2688
2688
  <div id="footer">
2689
- Generated on Fri Mar 8 18:16:46 2019 by
2689
+ Generated on Fri Mar 8 18:35:14 2019 by
2690
2690
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2691
2691
  0.9.18 (ruby-2.5.3).
2692
2692
  </div>
@@ -150,7 +150,7 @@
150
150
  </div>
151
151
 
152
152
  <div id="footer">
153
- Generated on Fri Mar 8 18:16:47 2019 by
153
+ Generated on Fri Mar 8 18:35:15 2019 by
154
154
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
155
  0.9.18 (ruby-2.5.3).
156
156
  </div>
@@ -150,7 +150,7 @@
150
150
  </div>
151
151
 
152
152
  <div id="footer">
153
- Generated on Fri Mar 8 18:16:47 2019 by
153
+ Generated on Fri Mar 8 18:35:15 2019 by
154
154
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
155
  0.9.18 (ruby-2.5.3).
156
156
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Mar 8 18:16:45 2019 by
110
+ Generated on Fri Mar 8 18:35:13 2019 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.18 (ruby-2.5.3).
113
113
  </div>
@@ -289,7 +289,7 @@
289
289
  </div>
290
290
 
291
291
  <div id="footer">
292
- Generated on Fri Mar 8 18:16:46 2019 by
292
+ Generated on Fri Mar 8 18:35:14 2019 by
293
293
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294
294
  0.9.18 (ruby-2.5.3).
295
295
  </div>
@@ -276,12 +276,12 @@
276
276
  <pre class="lines">
277
277
 
278
278
 
279
- 5
280
- 6
281
- 7</pre>
279
+ 8
280
+ 9
281
+ 10</pre>
282
282
  </td>
283
283
  <td>
284
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/config_behavior.rb', line 5</span>
284
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/config_behavior.rb', line 8</span>
285
285
 
286
286
  <span class='kw'>def</span> <span class='id identifier rubyid_config_collection_key'>config_collection_key</span>
287
287
  <span class='ivar'>@config_collection_key</span>
@@ -531,7 +531,7 @@
531
531
  </div>
532
532
 
533
533
  <div id="footer">
534
- Generated on Fri Mar 8 18:16:46 2019 by
534
+ Generated on Fri Mar 8 18:35:14 2019 by
535
535
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
536
536
  0.9.18 (ruby-2.5.3).
537
537
  </div>
@@ -435,7 +435,7 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Fri Mar 8 18:16:46 2019 by
438
+ Generated on Fri Mar 8 18:35:14 2019 by
439
439
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
440
  0.9.18 (ruby-2.5.3).
441
441
  </div>
@@ -249,7 +249,7 @@
249
249
  </div>
250
250
 
251
251
  <div id="footer">
252
- Generated on Fri Mar 8 18:16:45 2019 by
252
+ Generated on Fri Mar 8 18:35:13 2019 by
253
253
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
254
254
  0.9.18 (ruby-2.5.3).
255
255
  </div>
@@ -334,7 +334,7 @@
334
334
  </div>
335
335
 
336
336
  <div id="footer">
337
- Generated on Fri Mar 8 18:16:46 2019 by
337
+ Generated on Fri Mar 8 18:35:14 2019 by
338
338
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
339
339
  0.9.18 (ruby-2.5.3).
340
340
  </div>
@@ -210,7 +210,7 @@
210
210
  </div>
211
211
 
212
212
  <div id="footer">
213
- Generated on Fri Mar 8 18:16:46 2019 by
213
+ Generated on Fri Mar 8 18:35:14 2019 by
214
214
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215
215
  0.9.18 (ruby-2.5.3).
216
216
  </div>
@@ -260,7 +260,7 @@
260
260
  </div>
261
261
 
262
262
  <div id="footer">
263
- Generated on Fri Mar 8 18:16:45 2019 by
263
+ Generated on Fri Mar 8 18:35:13 2019 by
264
264
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
265
265
  0.9.18 (ruby-2.5.3).
266
266
  </div>
@@ -225,7 +225,7 @@
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Fri Mar 8 18:16:46 2019 by
228
+ Generated on Fri Mar 8 18:35:14 2019 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
230
  0.9.18 (ruby-2.5.3).
231
231
  </div>
@@ -98,7 +98,7 @@
98
98
  <li class="public ">
99
99
  <span class="summary_signature">
100
100
 
101
- <a href="#cookie-instance_method" title="#cookie (instance method)">#<strong>cookie</strong> &#x21d2; Object </a>
101
+ <a href="#cookie-instance_method" title="#cookie (instance method)">#<strong>cookie</strong> &#x21d2; String </a>
102
102
 
103
103
 
104
104
 
@@ -107,8 +107,6 @@
107
107
 
108
108
 
109
109
 
110
- <span class="note title readonly">readonly</span>
111
-
112
110
 
113
111
 
114
112
 
@@ -118,7 +116,7 @@
118
116
 
119
117
 
120
118
  <span class="summary_desc"><div class='inline'>
121
- <p>Returns the value of attribute cookie.</p>
119
+ <p>Cookie to use on page seeing.</p>
122
120
  </div></span>
123
121
 
124
122
  </li>
@@ -127,7 +125,7 @@
127
125
  <li class="public ">
128
126
  <span class="summary_signature">
129
127
 
130
- <a href="#referer-instance_method" title="#referer (instance method)">#<strong>referer</strong> &#x21d2; Object </a>
128
+ <a href="#referer-instance_method" title="#referer (instance method)">#<strong>referer</strong> &#x21d2; String </a>
131
129
 
132
130
 
133
131
 
@@ -136,8 +134,6 @@
136
134
 
137
135
 
138
136
 
139
- <span class="note title readonly">readonly</span>
140
-
141
137
 
142
138
 
143
139
 
@@ -147,7 +143,7 @@
147
143
 
148
144
 
149
145
  <span class="summary_desc"><div class='inline'>
150
- <p>Returns the value of attribute referer.</p>
146
+ <p>Referer to use on page seeding.</p>
151
147
  </div></span>
152
148
 
153
149
  </li>
@@ -156,7 +152,7 @@
156
152
  <li class="public ">
157
153
  <span class="summary_signature">
158
154
 
159
- <a href="#root_input_dir-instance_method" title="#root_input_dir (instance method)">#<strong>root_input_dir</strong> &#x21d2; Object </a>
155
+ <a href="#root_input_dir-instance_method" title="#root_input_dir (instance method)">#<strong>root_input_dir</strong> &#x21d2; String </a>
160
156
 
161
157
 
162
158
 
@@ -165,8 +161,6 @@
165
161
 
166
162
 
167
163
 
168
- <span class="note title readonly">readonly</span>
169
-
170
164
 
171
165
 
172
166
 
@@ -176,7 +170,7 @@
176
170
 
177
171
 
178
172
  <span class="summary_desc"><div class='inline'>
179
- <p>Returns the value of attribute root_input_dir.</p>
173
+ <p>Root input directory path.</p>
180
174
  </div></span>
181
175
 
182
176
  </li>
@@ -295,11 +289,11 @@
295
289
  <h2>Instance Attribute Details</h2>
296
290
 
297
291
 
298
- <span id=""></span>
292
+ <span id="cookie=-instance_method"></span>
299
293
  <div class="method_details first">
300
294
  <h3 class="signature first" id="cookie-instance_method">
301
295
 
302
- #<strong>cookie</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
296
+ #<strong>cookie</strong> &#x21d2; <tt>String</tt>
303
297
 
304
298
 
305
299
 
@@ -308,13 +302,26 @@
308
302
  </h3><div class="docstring">
309
303
  <div class="discussion">
310
304
 
311
- <p>Returns the value of attribute cookie</p>
305
+ <p>Cookie to use on page seeing.</p>
312
306
 
313
307
 
314
308
  </div>
315
309
  </div>
316
310
  <div class="tags">
317
311
 
312
+ <p class="tag_title">Returns:</p>
313
+ <ul class="return">
314
+
315
+ <li>
316
+
317
+
318
+ <span class='type'>(<tt>String</tt>)</span>
319
+
320
+
321
+
322
+ </li>
323
+
324
+ </ul>
318
325
 
319
326
  </div><table class="source_code">
320
327
  <tr>
@@ -322,12 +329,12 @@
322
329
  <pre class="lines">
323
330
 
324
331
 
325
- 5
326
- 6
327
- 7</pre>
332
+ 18
333
+ 19
334
+ 20</pre>
328
335
  </td>
329
336
  <td>
330
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 5</span>
337
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 18</span>
331
338
 
332
339
  <span class='kw'>def</span> <span class='id identifier rubyid_cookie'>cookie</span>
333
340
  <span class='ivar'>@cookie</span>
@@ -338,11 +345,11 @@
338
345
  </div>
339
346
 
340
347
 
341
- <span id=""></span>
348
+ <span id="referer=-instance_method"></span>
342
349
  <div class="method_details ">
343
350
  <h3 class="signature " id="referer-instance_method">
344
351
 
345
- #<strong>referer</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
352
+ #<strong>referer</strong> &#x21d2; <tt>String</tt>
346
353
 
347
354
 
348
355
 
@@ -351,13 +358,26 @@
351
358
  </h3><div class="docstring">
352
359
  <div class="discussion">
353
360
 
354
- <p>Returns the value of attribute referer</p>
361
+ <p>Referer to use on page seeding.</p>
355
362
 
356
363
 
357
364
  </div>
358
365
  </div>
359
366
  <div class="tags">
360
367
 
368
+ <p class="tag_title">Returns:</p>
369
+ <ul class="return">
370
+
371
+ <li>
372
+
373
+
374
+ <span class='type'>(<tt>String</tt>)</span>
375
+
376
+
377
+
378
+ </li>
379
+
380
+ </ul>
361
381
 
362
382
  </div><table class="source_code">
363
383
  <tr>
@@ -365,12 +385,12 @@
365
385
  <pre class="lines">
366
386
 
367
387
 
368
- 5
369
- 6
370
- 7</pre>
388
+ 14
389
+ 15
390
+ 16</pre>
371
391
  </td>
372
392
  <td>
373
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 5</span>
393
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 14</span>
374
394
 
375
395
  <span class='kw'>def</span> <span class='id identifier rubyid_referer'>referer</span>
376
396
  <span class='ivar'>@referer</span>
@@ -381,11 +401,11 @@
381
401
  </div>
382
402
 
383
403
 
384
- <span id=""></span>
404
+ <span id="root_input_dir=-instance_method"></span>
385
405
  <div class="method_details ">
386
406
  <h3 class="signature " id="root_input_dir-instance_method">
387
407
 
388
- #<strong>root_input_dir</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
408
+ #<strong>root_input_dir</strong> &#x21d2; <tt>String</tt>
389
409
 
390
410
 
391
411
 
@@ -394,13 +414,26 @@
394
414
  </h3><div class="docstring">
395
415
  <div class="discussion">
396
416
 
397
- <p>Returns the value of attribute root_input_dir</p>
417
+ <p>Root input directory path.</p>
398
418
 
399
419
 
400
420
  </div>
401
421
  </div>
402
422
  <div class="tags">
403
423
 
424
+ <p class="tag_title">Returns:</p>
425
+ <ul class="return">
426
+
427
+ <li>
428
+
429
+
430
+ <span class='type'>(<tt>String</tt>)</span>
431
+
432
+
433
+
434
+ </li>
435
+
436
+ </ul>
404
437
 
405
438
  </div><table class="source_code">
406
439
  <tr>
@@ -408,12 +441,12 @@
408
441
  <pre class="lines">
409
442
 
410
443
 
411
- 5
412
- 6
413
- 7</pre>
444
+ 10
445
+ 11
446
+ 12</pre>
414
447
  </td>
415
448
  <td>
416
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 5</span>
449
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 10</span>
417
450
 
418
451
  <span class='kw'>def</span> <span class='id identifier rubyid_root_input_dir'>root_input_dir</span>
419
452
  <span class='ivar'>@root_input_dir</span>
@@ -487,12 +520,12 @@
487
520
  <pre class="lines">
488
521
 
489
522
 
490
- 28
491
- 29
492
- 30</pre>
523
+ 38
524
+ 39
525
+ 40</pre>
493
526
  </td>
494
527
  <td>
495
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 28</span>
528
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 38</span>
496
529
 
497
530
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
498
531
  <span class='id identifier rubyid_initialize_hooks'>initialize_hooks</span> <span class='id identifier rubyid_opts'>opts</span>
@@ -607,14 +640,14 @@
607
640
  <pre class="lines">
608
641
 
609
642
 
610
- 16
611
- 17
612
- 18
613
- 19
614
- 20</pre>
643
+ 26
644
+ 27
645
+ 28
646
+ 29
647
+ 30</pre>
615
648
  </td>
616
649
  <td>
617
- <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 16</span>
650
+ <pre class="code"><span class="info file"># File 'lib/ae_easy/core/plugin/seeder.rb', line 26</span>
618
651
 
619
652
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize_hook_core_seeder'>initialize_hook_core_seeder</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
620
653
  <span class='ivar'>@root_input_dir</span> <span class='op'>=</span> <span class='id identifier rubyid_opts'>opts</span><span class='lbracket'>[</span><span class='symbol'>:root_input_dir</span><span class='rbracket'>]</span>
@@ -631,7 +664,7 @@
631
664
  </div>
632
665
 
633
666
  <div id="footer">
634
- Generated on Fri Mar 8 18:16:45 2019 by
667
+ Generated on Fri Mar 8 18:35:13 2019 by
635
668
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
636
669
  0.9.18 (ruby-2.5.3).
637
670
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Fri Mar 8 18:16:46 2019 by
135
+ Generated on Fri Mar 8 18:35:14 2019 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.9.18 (ruby-2.5.3).
138
138
  </div>
@@ -1077,7 +1077,7 @@ data
1077
1077
  </div>
1078
1078
 
1079
1079
  <div id="footer">
1080
- Generated on Fri Mar 8 18:16:47 2019 by
1080
+ Generated on Fri Mar 8 18:35:15 2019 by
1081
1081
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1082
1082
  0.9.18 (ruby-2.5.3).
1083
1083
  </div>
@@ -333,7 +333,7 @@
333
333
  </div>
334
334
 
335
335
  <div id="footer">
336
- Generated on Fri Mar 8 18:16:45 2019 by
336
+ Generated on Fri Mar 8 18:35:13 2019 by
337
337
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
338
338
  0.9.18 (ruby-2.5.3).
339
339
  </div>
@@ -81,7 +81,7 @@ href="http://rubydoc.org/gems/ae_easy-core/frames">here</a>.</p>
81
81
  </div></div>
82
82
 
83
83
  <div id="footer">
84
- Generated on Fri Mar 8 18:16:45 2019 by
84
+ Generated on Fri Mar 8 18:35:13 2019 by
85
85
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
86
86
  0.9.18 (ruby-2.5.3).
87
87
  </div>
@@ -81,7 +81,7 @@ href="http://rubydoc.org/gems/ae_easy-core/frames">here</a>.</p>
81
81
  </div></div>
82
82
 
83
83
  <div id="footer">
84
- Generated on Fri Mar 8 18:16:45 2019 by
84
+ Generated on Fri Mar 8 18:35:13 2019 by
85
85
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
86
86
  0.9.18 (ruby-2.5.3).
87
87
  </div>
@@ -100,7 +100,7 @@
100
100
  </div>
101
101
 
102
102
  <div id="footer">
103
- Generated on Fri Mar 8 18:16:45 2019 by
103
+ Generated on Fri Mar 8 18:35:13 2019 by
104
104
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
105
  0.9.18 (ruby-2.5.3).
106
106
  </div>
@@ -3,6 +3,8 @@ module AeEasy
3
3
  module Mock
4
4
  # Fake executor that emulates `AnswersEngine` executor.
5
5
  module FakeExecutor
6
+ include AnswersEngine::Plugin::ContextExposer
7
+
6
8
  # Max allowed page size when query outputs (see #find_outputs).
7
9
  MAX_FIND_OUTPUTS_PER_PAGE = 500
8
10
 
@@ -13,8 +15,6 @@ module AeEasy
13
15
  # @return [String,nil]
14
16
  attr_accessor :failed_content
15
17
 
16
- include AnswersEngine::Plugin::ContextExposer
17
-
18
18
  # Validate executor methods compatibility.
19
19
  # @private
20
20
  #
@@ -2,11 +2,11 @@ module AeEasy
2
2
  module Core
3
3
  module Plugin
4
4
  module ConfigBehavior
5
- attr_reader :config_collection_key
6
-
7
5
  include AeEasy::Core::Plugin::ContextIntegrator
8
6
  include AeEasy::Core::Plugin::CollectionVault
9
7
 
8
+ attr_reader :config_collection_key
9
+
10
10
  # Hook to map config behavior on self
11
11
  #
12
12
  # @param [Hash] opts ({}) Configuration options.
@@ -2,11 +2,21 @@ module AeEasy
2
2
  module Core
3
3
  module Plugin
4
4
  module Seeder
5
- attr_reader :root_input_dir, :referer, :cookie
6
-
7
5
  include AeEasy::Core::Plugin::InitializeHook
8
6
  include AeEasy::Core::Plugin::SeederBehavior
9
7
 
8
+ # Root input directory path.
9
+ # @return [String]
10
+ attr_accessor :root_input_dir
11
+
12
+ # Referer to use on page seeding.
13
+ # @return [String]
14
+ attr_accessor :referer
15
+
16
+ # Cookie to use on page seeing.
17
+ # @return [String]
18
+ attr_accessor :cookie
19
+
10
20
  # Hook to initialize seeder object.
11
21
  #
12
22
  # @param [Hash] opts ({}) Configuration options.
@@ -1,6 +1,6 @@
1
1
  module AeEasy
2
2
  module Core
3
3
  # Gem version
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_easy-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Rosales