ae_easy-core 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +1 -1
  3. data/Gemfile +1 -1
  4. data/LICENSE +1 -1
  5. data/README.md +8 -4
  6. data/Rakefile +0 -10
  7. data/ae_easy-core.gemspec +6 -13
  8. data/lib/ae_easy/core.rb +4 -256
  9. metadata +18 -125
  10. data/doc/AeEasy.html +0 -117
  11. data/doc/AeEasy/Core.html +0 -1590
  12. data/doc/AeEasy/Core/Config.html +0 -311
  13. data/doc/AeEasy/Core/Exception.html +0 -117
  14. data/doc/AeEasy/Core/Exception/OutdatedError.html +0 -135
  15. data/doc/AeEasy/Core/Helper.html +0 -117
  16. data/doc/AeEasy/Core/Helper/Cookie.html +0 -1070
  17. data/doc/AeEasy/Core/Mock.html +0 -282
  18. data/doc/AeEasy/Core/Mock/FakeDb.html +0 -3779
  19. data/doc/AeEasy/Core/Mock/FakeExecutor.html +0 -3289
  20. data/doc/AeEasy/Core/Mock/FakeFinisher.html +0 -160
  21. data/doc/AeEasy/Core/Mock/FakeParser.html +0 -160
  22. data/doc/AeEasy/Core/Mock/FakeSeeder.html +0 -160
  23. data/doc/AeEasy/Core/Plugin.html +0 -117
  24. data/doc/AeEasy/Core/Plugin/CollectionVault.html +0 -299
  25. data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +0 -541
  26. data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +0 -445
  27. data/doc/AeEasy/Core/Plugin/Executor.html +0 -259
  28. data/doc/AeEasy/Core/Plugin/ExecutorBehavior.html +0 -344
  29. data/doc/AeEasy/Core/Plugin/Finisher.html +0 -265
  30. data/doc/AeEasy/Core/Plugin/FinisherBehavior.html +0 -142
  31. data/doc/AeEasy/Core/Plugin/InitializeHook.html +0 -220
  32. data/doc/AeEasy/Core/Plugin/Parser.html +0 -270
  33. data/doc/AeEasy/Core/Plugin/ParserBehavior.html +0 -235
  34. data/doc/AeEasy/Core/Plugin/Seeder.html +0 -674
  35. data/doc/AeEasy/Core/Plugin/SeederBehavior.html +0 -142
  36. data/doc/AeEasy/Core/SmartCollection.html +0 -1087
  37. data/doc/_index.html +0 -364
  38. data/doc/class_list.html +0 -51
  39. data/doc/css/common.css +0 -1
  40. data/doc/css/full_list.css +0 -58
  41. data/doc/css/style.css +0 -496
  42. data/doc/file.README.html +0 -91
  43. data/doc/file_list.html +0 -56
  44. data/doc/frames.html +0 -17
  45. data/doc/index.html +0 -91
  46. data/doc/js/app.js +0 -303
  47. data/doc/js/full_list.js +0 -216
  48. data/doc/js/jquery.js +0 -4
  49. data/doc/method_list.html +0 -939
  50. data/doc/top-level-namespace.html +0 -110
  51. data/lib/ae_easy/core/config.rb +0 -27
  52. data/lib/ae_easy/core/exception.rb +0 -8
  53. data/lib/ae_easy/core/exception/outdated_error.rb +0 -9
  54. data/lib/ae_easy/core/helper.rb +0 -8
  55. data/lib/ae_easy/core/helper/cookie.rb +0 -209
  56. data/lib/ae_easy/core/mock.rb +0 -45
  57. data/lib/ae_easy/core/mock/fake_db.rb +0 -561
  58. data/lib/ae_easy/core/mock/fake_executor.rb +0 -373
  59. data/lib/ae_easy/core/mock/fake_finisher.rb +0 -28
  60. data/lib/ae_easy/core/mock/fake_parser.rb +0 -33
  61. data/lib/ae_easy/core/mock/fake_seeder.rb +0 -28
  62. data/lib/ae_easy/core/plugin.rb +0 -19
  63. data/lib/ae_easy/core/plugin/collection_vault.rb +0 -23
  64. data/lib/ae_easy/core/plugin/config_behavior.rb +0 -43
  65. data/lib/ae_easy/core/plugin/context_integrator.rb +0 -60
  66. data/lib/ae_easy/core/plugin/executor.rb +0 -19
  67. data/lib/ae_easy/core/plugin/executor_behavior.rb +0 -32
  68. data/lib/ae_easy/core/plugin/finisher.rb +0 -19
  69. data/lib/ae_easy/core/plugin/finisher_behavior.rb +0 -9
  70. data/lib/ae_easy/core/plugin/initialize_hook.rb +0 -17
  71. data/lib/ae_easy/core/plugin/parser.rb +0 -19
  72. data/lib/ae_easy/core/plugin/parser_behavior.rb +0 -17
  73. data/lib/ae_easy/core/plugin/seeder.rb +0 -44
  74. data/lib/ae_easy/core/plugin/seeder_behavior.rb +0 -9
  75. data/lib/ae_easy/core/smart_collection.rb +0 -236
  76. data/lib/ae_easy/core/version.rb +0 -6
@@ -1,160 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: AeEasy::Core::Mock::FakeFinisher
8
-
9
- &mdash; Documentation by YARD 0.9.20
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "AeEasy::Core::Mock::FakeFinisher";
19
- relpath = '../../../';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="../../../class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="../../../_index.html">Index (F)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Core.html" title="AeEasy::Core (module)">Core</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span></span>
41
- &raquo;
42
- <span class="title">FakeFinisher</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="../../../class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: AeEasy::Core::Mock::FakeFinisher
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Object</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">AeEasy::Core::Mock::FakeFinisher</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
- <dl>
91
- <dt>Includes:</dt>
92
- <dd><span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></dd>
93
- </dl>
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dl>
101
- <dt>Defined in:</dt>
102
- <dd>lib/ae_easy/core/mock/fake_finisher.rb</dd>
103
- </dl>
104
-
105
- </div>
106
-
107
- <h2>Overview</h2><div class="docstring">
108
- <div class="discussion">
109
-
110
- <p>Fake finisher that emulates `AnswersEngine` finisher executor.</p>
111
-
112
-
113
- </div>
114
- </div>
115
- <div class="tags">
116
-
117
-
118
- </div>
119
-
120
-
121
- <h2>Constant Summary</h2>
122
-
123
- <h3 class="inherited">Constants included
124
- from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE</a></span></p>
126
-
127
-
128
-
129
-
130
- <h2>Instance Attribute Summary</h2>
131
-
132
- <h3 class="inherited">Attributes included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
133
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#content (method)">#content</a></span>, <span class='object_link'><a href="FakeExecutor.html#failed_content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#failed_content (method)">#failed_content</a></span></p>
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
- <h2>Method Summary</h2>
144
-
145
- <h3 class="inherited">Methods included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
146
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#db-instance_method" title="AeEasy::Core::Mock::FakeExecutor#db (method)">#db</a></span>, <span class='object_link'><a href="FakeExecutor.html#execute_script-instance_method" title="AeEasy::Core::Mock::FakeExecutor#execute_script (method)">#execute_script</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_output-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_output (method)">#find_output</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_outputs (method)">#find_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush (method)">#flush</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_outputs (method)">#flush_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_pages (method)">#flush_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_self_actions-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_self_actions (method)">#flush_self_actions</a></span>, <span class='object_link'><a href="FakeExecutor.html#initialize-instance_method" title="AeEasy::Core::Mock::FakeExecutor#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id (method)">#job_id</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id= (method)">#job_id=</a></span>, <span class='object_link'><a href="FakeExecutor.html#latest_job_by-instance_method" title="AeEasy::Core::Mock::FakeExecutor#latest_job_by (method)">#latest_job_by</a></span>, <span class='object_link'><a href="FakeExecutor.html#outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#outputs (method)">#outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#page-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page (method)">#page</a></span>, <span class='object_link'><a href="FakeExecutor.html#page=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page= (method)">#page=</a></span>, <span class='object_link'><a href="FakeExecutor.html#pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#pages (method)">#pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch (method)">#refetch</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self (method)">#refetch_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self= (method)">#refetch_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse (method)">#reparse</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self (method)">#reparse_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self= (method)">#reparse_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_jobs (method)">#save_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_outputs (method)">#save_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_pages (method)">#save_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_jobs (method)">#saved_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_outputs (method)">#saved_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_pages (method)">#saved_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name (method)">#scraper_name</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name= (method)">#scraper_name=</a></span></p>
147
-
148
-
149
-
150
- </div>
151
-
152
- <div id="footer">
153
- Generated on Fri Sep 27 02:01:31 2019 by
154
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
- 0.9.20 (ruby-2.5.3).
156
- </div>
157
-
158
- </div>
159
- </body>
160
- </html>
@@ -1,160 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: AeEasy::Core::Mock::FakeParser
8
-
9
- &mdash; Documentation by YARD 0.9.20
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "AeEasy::Core::Mock::FakeParser";
19
- relpath = '../../../';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="../../../class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="../../../_index.html">Index (F)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Core.html" title="AeEasy::Core (module)">Core</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span></span>
41
- &raquo;
42
- <span class="title">FakeParser</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="../../../class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: AeEasy::Core::Mock::FakeParser
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Object</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">AeEasy::Core::Mock::FakeParser</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
- <dl>
91
- <dt>Includes:</dt>
92
- <dd><span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></dd>
93
- </dl>
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dl>
101
- <dt>Defined in:</dt>
102
- <dd>lib/ae_easy/core/mock/fake_parser.rb</dd>
103
- </dl>
104
-
105
- </div>
106
-
107
- <h2>Overview</h2><div class="docstring">
108
- <div class="discussion">
109
-
110
- <p>Fake parser that emulates `AnswersEngine` parser executor.</p>
111
-
112
-
113
- </div>
114
- </div>
115
- <div class="tags">
116
-
117
-
118
- </div>
119
-
120
-
121
- <h2>Constant Summary</h2>
122
-
123
- <h3 class="inherited">Constants included
124
- from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE</a></span></p>
126
-
127
-
128
-
129
-
130
- <h2>Instance Attribute Summary</h2>
131
-
132
- <h3 class="inherited">Attributes included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
133
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#content (method)">#content</a></span>, <span class='object_link'><a href="FakeExecutor.html#failed_content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#failed_content (method)">#failed_content</a></span></p>
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
- <h2>Method Summary</h2>
144
-
145
- <h3 class="inherited">Methods included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
146
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#db-instance_method" title="AeEasy::Core::Mock::FakeExecutor#db (method)">#db</a></span>, <span class='object_link'><a href="FakeExecutor.html#execute_script-instance_method" title="AeEasy::Core::Mock::FakeExecutor#execute_script (method)">#execute_script</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_output-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_output (method)">#find_output</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_outputs (method)">#find_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush (method)">#flush</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_outputs (method)">#flush_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_pages (method)">#flush_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_self_actions-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_self_actions (method)">#flush_self_actions</a></span>, <span class='object_link'><a href="FakeExecutor.html#initialize-instance_method" title="AeEasy::Core::Mock::FakeExecutor#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id (method)">#job_id</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id= (method)">#job_id=</a></span>, <span class='object_link'><a href="FakeExecutor.html#latest_job_by-instance_method" title="AeEasy::Core::Mock::FakeExecutor#latest_job_by (method)">#latest_job_by</a></span>, <span class='object_link'><a href="FakeExecutor.html#outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#outputs (method)">#outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#page-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page (method)">#page</a></span>, <span class='object_link'><a href="FakeExecutor.html#page=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page= (method)">#page=</a></span>, <span class='object_link'><a href="FakeExecutor.html#pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#pages (method)">#pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch (method)">#refetch</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self (method)">#refetch_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self= (method)">#refetch_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse (method)">#reparse</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self (method)">#reparse_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self= (method)">#reparse_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_jobs (method)">#save_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_outputs (method)">#save_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_pages (method)">#save_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_jobs (method)">#saved_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_outputs (method)">#saved_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_pages (method)">#saved_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name (method)">#scraper_name</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name= (method)">#scraper_name=</a></span></p>
147
-
148
-
149
-
150
- </div>
151
-
152
- <div id="footer">
153
- Generated on Fri Sep 27 02:01:31 2019 by
154
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
- 0.9.20 (ruby-2.5.3).
156
- </div>
157
-
158
- </div>
159
- </body>
160
- </html>
@@ -1,160 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: AeEasy::Core::Mock::FakeSeeder
8
-
9
- &mdash; Documentation by YARD 0.9.20
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "AeEasy::Core::Mock::FakeSeeder";
19
- relpath = '../../../';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="../../../class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="../../../_index.html">Index (F)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Core.html" title="AeEasy::Core (module)">Core</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span></span>
41
- &raquo;
42
- <span class="title">FakeSeeder</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="../../../class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: AeEasy::Core::Mock::FakeSeeder
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Object</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">AeEasy::Core::Mock::FakeSeeder</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
- <dl>
91
- <dt>Includes:</dt>
92
- <dd><span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></dd>
93
- </dl>
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dl>
101
- <dt>Defined in:</dt>
102
- <dd>lib/ae_easy/core/mock/fake_seeder.rb</dd>
103
- </dl>
104
-
105
- </div>
106
-
107
- <h2>Overview</h2><div class="docstring">
108
- <div class="discussion">
109
-
110
- <p>Fake seeder that emulates `AnswersEngine` seeder executor.</p>
111
-
112
-
113
- </div>
114
- </div>
115
- <div class="tags">
116
-
117
-
118
- </div>
119
-
120
-
121
- <h2>Constant Summary</h2>
122
-
123
- <h3 class="inherited">Constants included
124
- from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE</a></span></p>
126
-
127
-
128
-
129
-
130
- <h2>Instance Attribute Summary</h2>
131
-
132
- <h3 class="inherited">Attributes included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
133
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#content (method)">#content</a></span>, <span class='object_link'><a href="FakeExecutor.html#failed_content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#failed_content (method)">#failed_content</a></span></p>
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
- <h2>Method Summary</h2>
144
-
145
- <h3 class="inherited">Methods included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
146
- <p class="inherited"><span class='object_link'><a href="FakeExecutor.html#db-instance_method" title="AeEasy::Core::Mock::FakeExecutor#db (method)">#db</a></span>, <span class='object_link'><a href="FakeExecutor.html#execute_script-instance_method" title="AeEasy::Core::Mock::FakeExecutor#execute_script (method)">#execute_script</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_output-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_output (method)">#find_output</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_outputs (method)">#find_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush (method)">#flush</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_outputs (method)">#flush_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_pages (method)">#flush_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_self_actions-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_self_actions (method)">#flush_self_actions</a></span>, <span class='object_link'><a href="FakeExecutor.html#initialize-instance_method" title="AeEasy::Core::Mock::FakeExecutor#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id (method)">#job_id</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id= (method)">#job_id=</a></span>, <span class='object_link'><a href="FakeExecutor.html#latest_job_by-instance_method" title="AeEasy::Core::Mock::FakeExecutor#latest_job_by (method)">#latest_job_by</a></span>, <span class='object_link'><a href="FakeExecutor.html#outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#outputs (method)">#outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#page-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page (method)">#page</a></span>, <span class='object_link'><a href="FakeExecutor.html#page=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page= (method)">#page=</a></span>, <span class='object_link'><a href="FakeExecutor.html#pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#pages (method)">#pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch (method)">#refetch</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self (method)">#refetch_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#refetch_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#refetch_self= (method)">#refetch_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse (method)">#reparse</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self (method)">#reparse_self</a></span>, <span class='object_link'><a href="FakeExecutor.html#reparse_self=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#reparse_self= (method)">#reparse_self=</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_jobs (method)">#save_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_outputs (method)">#save_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_pages (method)">#save_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_jobs (method)">#saved_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_outputs (method)">#saved_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_pages (method)">#saved_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name (method)">#scraper_name</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name= (method)">#scraper_name=</a></span></p>
147
-
148
-
149
-
150
- </div>
151
-
152
- <div id="footer">
153
- Generated on Fri Sep 27 02:01:31 2019 by
154
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
- 0.9.20 (ruby-2.5.3).
156
- </div>
157
-
158
- </div>
159
- </body>
160
- </html>