dh_easy-core 0.2.2 → 0.3.1
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.
- checksums.yaml +4 -4
- data/doc/DhEasy.html +6 -6
- data/doc/DhEasy/Core.html +39 -40
- data/doc/DhEasy/Core/Config.html +6 -6
- data/doc/DhEasy/Core/Exception.html +6 -6
- data/doc/DhEasy/Core/Exception/OutdatedError.html +6 -6
- data/doc/DhEasy/Core/Helper.html +6 -6
- data/doc/DhEasy/Core/Helper/Cookie.html +6 -6
- data/doc/DhEasy/Core/Mock.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeDb.html +963 -400
- data/doc/DhEasy/Core/Mock/FakeExecutor.html +26 -37
- data/doc/DhEasy/Core/Mock/FakeFinisher.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeParser.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeSeeder.html +6 -6
- data/doc/DhEasy/Core/Plugin.html +6 -6
- data/doc/DhEasy/Core/Plugin/CollectionVault.html +6 -6
- data/doc/DhEasy/Core/Plugin/ConfigBehavior.html +7 -7
- data/doc/DhEasy/Core/Plugin/ContextIntegrator.html +6 -6
- data/doc/DhEasy/Core/Plugin/Executor.html +6 -6
- data/doc/DhEasy/Core/Plugin/ExecutorBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/Finisher.html +6 -6
- data/doc/DhEasy/Core/Plugin/FinisherBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/InitializeHook.html +6 -6
- data/doc/DhEasy/Core/Plugin/Parser.html +6 -6
- data/doc/DhEasy/Core/Plugin/ParserBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/Seeder.html +6 -6
- data/doc/DhEasy/Core/Plugin/SeederBehavior.html +6 -6
- data/doc/DhEasy/Core/SmartCollection.html +6 -6
- data/doc/_index.html +7 -7
- data/doc/class_list.html +2 -2
- data/doc/css/style.css +2 -2
- data/doc/file.README.html +9 -16
- data/doc/file_list.html +2 -2
- data/doc/frames.html +2 -2
- data/doc/index.html +9 -16
- data/doc/js/app.js +14 -3
- data/doc/method_list.html +80 -48
- data/doc/top-level-namespace.html +6 -6
- data/lib/dh_easy/core.rb +2 -1
- data/lib/dh_easy/core/mock/fake_db.rb +228 -35
- data/lib/dh_easy/core/mock/fake_executor.rb +0 -1
- data/lib/dh_easy/core/version.rb +1 -1
- metadata +3 -4
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Mock::FakeExecutor
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Mock::FakeExecutor";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -751,8 +751,7 @@
|
|
751
751
|
|
752
752
|
|
753
753
|
<span class="summary_desc"><div class='inline'>
|
754
|
-
<p>Save a job collection on db and remove all the element from
|
755
|
-
<code>list</code>.</p>
|
754
|
+
<p>Save a job collection on db and remove all the element from <code>list</code>.</p>
|
756
755
|
</div></span>
|
757
756
|
|
758
757
|
</li>
|
@@ -776,8 +775,7 @@
|
|
776
775
|
|
777
776
|
|
778
777
|
<span class="summary_desc"><div class='inline'>
|
779
|
-
<p>Save an output collection on db and remove all the element from
|
780
|
-
<code>list</code>.</p>
|
778
|
+
<p>Save an output collection on db and remove all the element from <code>list</code>.</p>
|
781
779
|
</div></span>
|
782
780
|
|
783
781
|
</li>
|
@@ -801,8 +799,7 @@
|
|
801
799
|
|
802
800
|
|
803
801
|
<span class="summary_desc"><div class='inline'>
|
804
|
-
<p>Save a page collection on db and remove all the element from
|
805
|
-
<code>list</code>.</p>
|
802
|
+
<p>Save a page collection on db and remove all the element from <code>list</code>.</p>
|
806
803
|
</div></span>
|
807
804
|
|
808
805
|
</li>
|
@@ -1142,13 +1139,13 @@
|
|
1142
1139
|
<pre class="lines">
|
1143
1140
|
|
1144
1141
|
|
1142
|
+
341
|
1145
1143
|
342
|
1146
1144
|
343
|
1147
|
-
344
|
1148
|
-
345</pre>
|
1145
|
+
344</pre>
|
1149
1146
|
</td>
|
1150
1147
|
<td>
|
1151
|
-
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line
|
1148
|
+
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line 341</span>
|
1152
1149
|
|
1153
1150
|
<span class='kw'>def</span> <span class='id identifier rubyid_execute_script'>execute_script</span> <span class='id identifier rubyid_file_path'>file_path</span><span class='comma'>,</span> <span class='id identifier rubyid_vars'>vars</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1154
1151
|
<span class='id identifier rubyid_eval'>eval</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='lparen'>(</span><span class='id identifier rubyid_file_path'>file_path</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_isolated_binding'>isolated_binding</span><span class='lparen'>(</span><span class='id identifier rubyid_vars'>vars</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_file_path'>file_path</span><span class='rparen'>)</span>
|
@@ -1174,9 +1171,7 @@
|
|
1174
1171
|
<div class="note notetag">
|
1175
1172
|
<strong>Note:</strong>
|
1176
1173
|
<div class='inline'>
|
1177
|
-
<p>*opts `:job_id` option is prioritize over `:scraper_name` when both exists.
|
1178
|
-
If none add provided or nil values, then current job will be used to query
|
1179
|
-
instead, this is the defaul behavior.</p>
|
1174
|
+
<p>*opts `:job_id` option is prioritize over `:scraper_name` when both exists. If none add provided or nil values, then current job will be used to query instead, this is the defaul behavior.</p>
|
1180
1175
|
</div>
|
1181
1176
|
</div>
|
1182
1177
|
|
@@ -1371,13 +1366,13 @@ instead, this is the defaul behavior.</p>
|
|
1371
1366
|
<pre class="lines">
|
1372
1367
|
|
1373
1368
|
|
1369
|
+
333
|
1374
1370
|
334
|
1375
1371
|
335
|
1376
|
-
336
|
1377
|
-
337</pre>
|
1372
|
+
336</pre>
|
1378
1373
|
</td>
|
1379
1374
|
<td>
|
1380
|
-
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line
|
1375
|
+
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line 333</span>
|
1381
1376
|
|
1382
1377
|
<span class='kw'>def</span> <span class='id identifier rubyid_find_output'>find_output</span> <span class='id identifier rubyid_collection'>collection</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>default</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_query'>query</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1383
1378
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='id identifier rubyid_find_outputs'>find_outputs</span><span class='lparen'>(</span><span class='id identifier rubyid_collection'>collection</span><span class='comma'>,</span> <span class='id identifier rubyid_query'>query</span><span class='comma'>,</span> <span class='int'>1</span><span class='comma'>,</span> <span class='int'>1</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='rparen'>)</span>
|
@@ -1403,9 +1398,7 @@ instead, this is the defaul behavior.</p>
|
|
1403
1398
|
<div class="note notetag">
|
1404
1399
|
<strong>Note:</strong>
|
1405
1400
|
<div class='inline'>
|
1406
|
-
<p>*opts `:job_id` option is prioritize over `:scraper_name` when both exists.
|
1407
|
-
If none add provided or nil values, then current job will be used to query
|
1408
|
-
instead, this is the defaul behavior.</p>
|
1401
|
+
<p>*opts `:job_id` option is prioritize over `:scraper_name` when both exists. If none add provided or nil values, then current job will be used to query instead, this is the defaul behavior.</p>
|
1409
1402
|
</div>
|
1410
1403
|
</div>
|
1411
1404
|
|
@@ -1691,8 +1684,7 @@ instead, this is the defaul behavior.</p>
|
|
1691
1684
|
300
|
1692
1685
|
301
|
1693
1686
|
302
|
1694
|
-
303
|
1695
|
-
304</pre>
|
1687
|
+
303</pre>
|
1696
1688
|
</td>
|
1697
1689
|
<td>
|
1698
1690
|
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line 286</span>
|
@@ -1707,7 +1699,6 @@ instead, this is the defaul behavior.</p>
|
|
1707
1699
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>per_page needs to be an Integer between 1 and </span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="DhEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">MAX_FIND_OUTPUTS_PER_PAGE</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1708
1700
|
<span class='kw'>end</span>
|
1709
1701
|
|
1710
|
-
<span class='id identifier rubyid_count'>count</span> <span class='op'>=</span> <span class='int'>0</span>
|
1711
1702
|
<span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_page'>page</span> <span class='op'>-</span> <span class='int'>1</span><span class='rparen'>)</span> <span class='op'>*</span> <span class='id identifier rubyid_per_page'>per_page</span>
|
1712
1703
|
<span class='id identifier rubyid_job'>job</span> <span class='op'>=</span> <span class='id identifier rubyid_latest_job_by'>latest_job_by</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span><span class='lbracket'>[</span><span class='symbol'>:scraper_name</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
1713
1704
|
<span class='id identifier rubyid_fixed_query'>fixed_query</span> <span class='op'>=</span> <span class='id identifier rubyid_query'>query</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span>
|
@@ -2555,17 +2546,17 @@ instead, this is the defaul behavior.</p>
|
|
2555
2546
|
<pre class="lines">
|
2556
2547
|
|
2557
2548
|
|
2549
|
+
349
|
2558
2550
|
350
|
2559
2551
|
351
|
2560
2552
|
352
|
2561
2553
|
353
|
2562
2554
|
354
|
2563
2555
|
355
|
2564
|
-
356
|
2565
|
-
357</pre>
|
2556
|
+
356</pre>
|
2566
2557
|
</td>
|
2567
2558
|
<td>
|
2568
|
-
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line
|
2559
|
+
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line 349</span>
|
2569
2560
|
|
2570
2561
|
<span class='kw'>def</span> <span class='id identifier rubyid_refetch'>refetch</span> <span class='id identifier rubyid_gid'>gid</span>
|
2571
2562
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>gid needs to be a String.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_gid'>gid</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>String</span><span class='rparen'>)</span>
|
@@ -2742,17 +2733,17 @@ instead, this is the defaul behavior.</p>
|
|
2742
2733
|
<pre class="lines">
|
2743
2734
|
|
2744
2735
|
|
2736
|
+
361
|
2745
2737
|
362
|
2746
2738
|
363
|
2747
2739
|
364
|
2748
2740
|
365
|
2749
2741
|
366
|
2750
2742
|
367
|
2751
|
-
368
|
2752
|
-
369</pre>
|
2743
|
+
368</pre>
|
2753
2744
|
</td>
|
2754
2745
|
<td>
|
2755
|
-
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line
|
2746
|
+
<pre class="code"><span class="info file"># File 'lib/dh_easy/core/mock/fake_executor.rb', line 361</span>
|
2756
2747
|
|
2757
2748
|
<span class='kw'>def</span> <span class='id identifier rubyid_reparse'>reparse</span> <span class='id identifier rubyid_page_gid'>page_gid</span>
|
2758
2749
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>page_gid needs to be a String.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_page_gid'>page_gid</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>String</span><span class='rparen'>)</span>
|
@@ -2874,8 +2865,7 @@ instead, this is the defaul behavior.</p>
|
|
2874
2865
|
</h3><div class="docstring">
|
2875
2866
|
<div class="discussion">
|
2876
2867
|
|
2877
|
-
<p>Save a job collection on db and remove all the element from
|
2878
|
-
<code>list</code>.</p>
|
2868
|
+
<p>Save a job collection on db and remove all the element from <code>list</code>.</p>
|
2879
2869
|
|
2880
2870
|
|
2881
2871
|
</div>
|
@@ -3004,8 +2994,7 @@ instead, this is the defaul behavior.</p>
|
|
3004
2994
|
</h3><div class="docstring">
|
3005
2995
|
<div class="discussion">
|
3006
2996
|
|
3007
|
-
<p>Save a page collection on db and remove all the element from
|
3008
|
-
<code>list</code>.</p>
|
2997
|
+
<p>Save a page collection on db and remove all the element from <code>list</code>.</p>
|
3009
2998
|
|
3010
2999
|
|
3011
3000
|
</div>
|
@@ -3279,9 +3268,9 @@ instead, this is the defaul behavior.</p>
|
|
3279
3268
|
</div>
|
3280
3269
|
|
3281
3270
|
<div id="footer">
|
3282
|
-
Generated on
|
3271
|
+
Generated on Sun May 23 08:36:54 2021 by
|
3283
3272
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3284
|
-
0.9.
|
3273
|
+
0.9.24 (ruby-2.6.5).
|
3285
3274
|
</div>
|
3286
3275
|
|
3287
3276
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DhEasy::Core::Mock::FakeFinisher
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Mock::FakeFinisher";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -150,9 +150,9 @@
|
|
150
150
|
</div>
|
151
151
|
|
152
152
|
<div id="footer">
|
153
|
-
Generated on
|
153
|
+
Generated on Sun May 23 08:36:55 2021 by
|
154
154
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
155
|
-
0.9.
|
155
|
+
0.9.24 (ruby-2.6.5).
|
156
156
|
</div>
|
157
157
|
|
158
158
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DhEasy::Core::Mock::FakeParser
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Mock::FakeParser";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -150,9 +150,9 @@
|
|
150
150
|
</div>
|
151
151
|
|
152
152
|
<div id="footer">
|
153
|
-
Generated on
|
153
|
+
Generated on Sun May 23 08:36:55 2021 by
|
154
154
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
155
|
-
0.9.
|
155
|
+
0.9.24 (ruby-2.6.5).
|
156
156
|
</div>
|
157
157
|
|
158
158
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DhEasy::Core::Mock::FakeSeeder
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Mock::FakeSeeder";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -150,9 +150,9 @@
|
|
150
150
|
</div>
|
151
151
|
|
152
152
|
<div id="footer">
|
153
|
-
Generated on
|
153
|
+
Generated on Sun May 23 08:36:55 2021 by
|
154
154
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
155
|
-
0.9.
|
155
|
+
0.9.24 (ruby-2.6.5).
|
156
156
|
</div>
|
157
157
|
|
158
158
|
</div>
|
data/doc/DhEasy/Core/Plugin.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Plugin
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Plugin";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -107,9 +107,9 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Sun May 23 08:36:54 2021 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
|
-
0.9.
|
112
|
+
0.9.24 (ruby-2.6.5).
|
113
113
|
</div>
|
114
114
|
|
115
115
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Plugin::CollectionVault
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Plugin::CollectionVault";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -289,9 +289,9 @@
|
|
289
289
|
</div>
|
290
290
|
|
291
291
|
<div id="footer">
|
292
|
-
Generated on
|
292
|
+
Generated on Sun May 23 08:36:55 2021 by
|
293
293
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
294
|
-
0.9.
|
294
|
+
0.9.24 (ruby-2.6.5).
|
295
295
|
</div>
|
296
296
|
|
297
297
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Plugin::ConfigBehavior
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Plugin::ConfigBehavior";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</h3><div class="docstring">
|
263
263
|
<div class="discussion">
|
264
264
|
|
265
|
-
<p>Returns the value of attribute config_collection_key
|
265
|
+
<p>Returns the value of attribute config_collection_key.</p>
|
266
266
|
|
267
267
|
|
268
268
|
</div>
|
@@ -531,9 +531,9 @@
|
|
531
531
|
</div>
|
532
532
|
|
533
533
|
<div id="footer">
|
534
|
-
Generated on
|
534
|
+
Generated on Sun May 23 08:36:55 2021 by
|
535
535
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
536
|
-
0.9.
|
536
|
+
0.9.24 (ruby-2.6.5).
|
537
537
|
</div>
|
538
538
|
|
539
539
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Plugin::ContextIntegrator
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Plugin::ContextIntegrator";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -435,9 +435,9 @@
|
|
435
435
|
</div>
|
436
436
|
|
437
437
|
<div id="footer">
|
438
|
-
Generated on
|
438
|
+
Generated on Sun May 23 08:36:55 2021 by
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
440
|
-
0.9.
|
440
|
+
0.9.24 (ruby-2.6.5).
|
441
441
|
</div>
|
442
442
|
|
443
443
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Plugin::Executor
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Plugin::Executor";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -249,9 +249,9 @@
|
|
249
249
|
</div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on
|
252
|
+
Generated on Sun May 23 08:36:54 2021 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
|
-
0.9.
|
254
|
+
0.9.24 (ruby-2.6.5).
|
255
255
|
</div>
|
256
256
|
|
257
257
|
</div>
|