ae_easy-core 0.1.9 → 0.2.0
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/README.md +1 -1
- data/ae_easy-core.gemspec +1 -1
- data/doc/AeEasy.html +116 -116
- data/doc/AeEasy/Core.html +1217 -1217
- data/doc/AeEasy/Core/Config.html +284 -284
- data/doc/AeEasy/Core/Exception.html +116 -116
- data/doc/AeEasy/Core/Exception/OutdatedError.html +132 -132
- data/doc/AeEasy/Core/Helper.html +116 -116
- data/doc/AeEasy/Core/Helper/Cookie.html +797 -797
- data/doc/AeEasy/Core/Mock.html +231 -231
- data/doc/AeEasy/Core/Mock/FakeDb.html +3133 -2729
- data/doc/AeEasy/Core/Mock/FakeExecutor.html +2852 -2259
- data/doc/AeEasy/Core/Mock/FakeFinisher.html +160 -0
- data/doc/AeEasy/Core/Mock/FakeParser.html +157 -157
- data/doc/AeEasy/Core/Mock/FakeSeeder.html +157 -157
- data/doc/AeEasy/Core/Plugin.html +116 -116
- data/doc/AeEasy/Core/Plugin/CollectionVault.html +262 -262
- data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +471 -471
- data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +365 -365
- data/doc/AeEasy/Core/Plugin/Executor.html +243 -243
- data/doc/AeEasy/Core/Plugin/ExecutorBehavior.html +299 -299
- data/doc/AeEasy/Core/Plugin/Finisher.html +265 -0
- data/doc/AeEasy/Core/Plugin/FinisherBehavior.html +142 -0
- data/doc/AeEasy/Core/Plugin/InitializeHook.html +198 -198
- data/doc/AeEasy/Core/Plugin/Parser.html +254 -254
- data/doc/AeEasy/Core/Plugin/ParserBehavior.html +216 -216
- data/doc/AeEasy/Core/Plugin/Seeder.html +594 -594
- data/doc/AeEasy/Core/Plugin/SeederBehavior.html +141 -141
- data/doc/AeEasy/Core/SmartCollection.html +804 -804
- data/doc/_index.html +363 -342
- data/doc/class_list.html +51 -51
- data/doc/css/full_list.css +58 -58
- data/doc/css/style.css +496 -496
- data/doc/file.README.html +70 -70
- data/doc/file_list.html +56 -56
- data/doc/frames.html +17 -17
- data/doc/index.html +70 -70
- data/doc/js/app.js +303 -292
- data/doc/js/full_list.js +216 -216
- data/doc/js/jquery.js +3 -3
- data/doc/method_list.html +939 -851
- data/doc/top-level-namespace.html +109 -109
- data/lib/ae_easy/core/mock.rb +1 -0
- data/lib/ae_easy/core/mock/fake_db.rb +67 -1
- data/lib/ae_easy/core/mock/fake_executor.rb +61 -0
- data/lib/ae_easy/core/mock/fake_finisher.rb +28 -0
- data/lib/ae_easy/core/mock/fake_parser.rb +3 -1
- data/lib/ae_easy/core/plugin.rb +2 -0
- data/lib/ae_easy/core/plugin/finisher.rb +19 -0
- data/lib/ae_easy/core/plugin/finisher_behavior.rb +9 -0
- data/lib/ae_easy/core/version.rb +1 -1
- metadata +10 -4
data/doc/AeEasy/Core/Config.html
CHANGED
@@ -1,276 +1,276 @@
|
|
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::Config
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.
|
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::Config";
|
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 (C)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span> » <span class='title'><span class='object_link'><a href="../Core.html" title="AeEasy::Core (module)">Core</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Config</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::Config
|
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::Config</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="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span>, <span class='object_link'><a href="Plugin/InitializeHook.html" title="AeEasy::Core::Plugin::InitializeHook (module)">Plugin::InitializeHook</a></span></dd>
|
93
|
-
</dl>
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
<dl>
|
101
|
-
<dt>Defined in:</dt>
|
102
|
-
<dd>lib/ae_easy/core/config.rb</dd>
|
103
|
-
</dl>
|
104
|
-
|
105
|
-
</div>
|
106
|
-
|
107
|
-
<h2>Overview</h2><div class="docstring">
|
108
|
-
<div class="discussion">
|
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::Config
|
8
|
+
|
9
|
+
— 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::Config";
|
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 (C)</a> »
|
40
|
+
<span class='title'><span class='object_link'><a href="../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span> » <span class='title'><span class='object_link'><a href="../Core.html" title="AeEasy::Core (module)">Core</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">Config</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::Config
|
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::Config</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="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span>, <span class='object_link'><a href="Plugin/InitializeHook.html" title="AeEasy::Core::Plugin::InitializeHook (module)">Plugin::InitializeHook</a></span></dd>
|
93
|
+
</dl>
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
<dl>
|
101
|
+
<dt>Defined in:</dt>
|
102
|
+
<dd>lib/ae_easy/core/config.rb</dd>
|
103
|
+
</dl>
|
104
|
+
|
105
|
+
</div>
|
106
|
+
|
107
|
+
<h2>Overview</h2><div class="docstring">
|
108
|
+
<div class="discussion">
|
109
109
|
|
110
110
|
<p>Configuration manager tool useful for global configuration data accross</p>
|
111
111
|
|
112
112
|
<pre class="code ruby"><code class="ruby">the scraping process.
|
113
113
|
</code></pre>
|
114
|
-
|
115
|
-
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
<div class="tags">
|
119
|
-
|
120
|
-
|
121
|
-
</div>
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
<h2>Instance Attribute Summary</h2>
|
128
|
-
|
129
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span></h3>
|
130
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/ConfigBehavior.html#config_collection_key-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#config_collection_key (method)">#config_collection_key</a></span></p>
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Plugin/ContextIntegrator.html" title="AeEasy::Core::Plugin::ContextIntegrator (module)">Plugin::ContextIntegrator</a></span></h3>
|
135
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/ContextIntegrator.html#context-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#context (method)">#context</a></span></p>
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
<h2>
|
140
|
-
Instance Method Summary
|
141
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
142
|
-
</h2>
|
143
|
-
|
144
|
-
<ul class="summary">
|
145
|
-
|
146
|
-
<li class="public ">
|
147
|
-
<span class="summary_signature">
|
148
|
-
|
149
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(opts = {}) ⇒ Config </a>
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
</span>
|
154
|
-
|
155
|
-
|
156
|
-
<span class="note title constructor">constructor</span>
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
114
|
+
|
115
|
+
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
<div class="tags">
|
119
|
+
|
120
|
+
|
121
|
+
</div>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
<h2>Instance Attribute Summary</h2>
|
128
|
+
|
129
|
+
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span></h3>
|
130
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/ConfigBehavior.html#config_collection_key-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#config_collection_key (method)">#config_collection_key</a></span></p>
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Plugin/ContextIntegrator.html" title="AeEasy::Core::Plugin::ContextIntegrator (module)">Plugin::ContextIntegrator</a></span></h3>
|
135
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/ContextIntegrator.html#context-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#context (method)">#context</a></span></p>
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
<h2>
|
140
|
+
Instance Method Summary
|
141
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
142
|
+
</h2>
|
143
|
+
|
144
|
+
<ul class="summary">
|
145
|
+
|
146
|
+
<li class="public ">
|
147
|
+
<span class="summary_signature">
|
148
|
+
|
149
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(opts = {}) ⇒ Config </a>
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
</span>
|
154
|
+
|
155
|
+
|
156
|
+
<span class="note title constructor">constructor</span>
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
165
|
<span class="summary_desc"><div class='inline'>
|
166
166
|
<p>Initialize config object.</p>
|
167
|
-
</div></span>
|
168
|
-
|
169
|
-
</li>
|
170
|
-
|
171
|
-
|
172
|
-
</ul>
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span></h3>
|
185
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/ConfigBehavior.html#config_collection-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#config_collection (method)">#config_collection</a></span>, <span class='object_link'><a href="Plugin/ConfigBehavior.html#find_config-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#find_config (method)">#find_config</a></span>, <span class='object_link'><a href="Plugin/ConfigBehavior.html#initialize_hook_core_config_behavior-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#initialize_hook_core_config_behavior (method)">#initialize_hook_core_config_behavior</a></span></p>
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/CollectionVault.html" title="AeEasy::Core::Plugin::CollectionVault (module)">Plugin::CollectionVault</a></span></h3>
|
196
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/CollectionVault.html#add_collection-instance_method" title="AeEasy::Core::Plugin::CollectionVault#add_collection (method)">#add_collection</a></span>, <span class='object_link'><a href="Plugin/CollectionVault.html#collections-instance_method" title="AeEasy::Core::Plugin::CollectionVault#collections (method)">#collections</a></span></p>
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/ContextIntegrator.html" title="AeEasy::Core::Plugin::ContextIntegrator (module)">Plugin::ContextIntegrator</a></span></h3>
|
207
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/ContextIntegrator.html#initialize_hook_core_context_integrator-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#initialize_hook_core_context_integrator (method)">#initialize_hook_core_context_integrator</a></span>, <span class='object_link'><a href="Plugin/ContextIntegrator.html#mock_context-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#mock_context (method)">#mock_context</a></span></p>
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/InitializeHook.html" title="AeEasy::Core::Plugin::InitializeHook (module)">Plugin::InitializeHook</a></span></h3>
|
218
|
-
<p class="inherited"><span class='object_link'><a href="Plugin/InitializeHook.html#initialize_hooks-instance_method" title="AeEasy::Core::Plugin::InitializeHook#initialize_hooks (method)">#initialize_hooks</a></span></p>
|
219
|
-
<div id="constructor_details" class="method_details_list">
|
220
|
-
<h2>Constructor Details</h2>
|
221
|
-
|
222
|
-
<div class="method_details first">
|
223
|
-
<h3 class="signature first" id="initialize-instance_method">
|
224
|
-
|
225
|
-
#<strong>initialize</strong>(opts = {}) ⇒ <tt><span class='object_link'><a href="" title="AeEasy::Core::Config (class)">Config</a></span></tt>
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
</h3><div class="docstring">
|
232
|
-
<div class="discussion">
|
167
|
+
</div></span>
|
168
|
+
|
169
|
+
</li>
|
170
|
+
|
171
|
+
|
172
|
+
</ul>
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/ConfigBehavior.html" title="AeEasy::Core::Plugin::ConfigBehavior (module)">Plugin::ConfigBehavior</a></span></h3>
|
185
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/ConfigBehavior.html#config_collection-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#config_collection (method)">#config_collection</a></span>, <span class='object_link'><a href="Plugin/ConfigBehavior.html#find_config-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#find_config (method)">#find_config</a></span>, <span class='object_link'><a href="Plugin/ConfigBehavior.html#initialize_hook_core_config_behavior-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#initialize_hook_core_config_behavior (method)">#initialize_hook_core_config_behavior</a></span></p>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/CollectionVault.html" title="AeEasy::Core::Plugin::CollectionVault (module)">Plugin::CollectionVault</a></span></h3>
|
196
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/CollectionVault.html#add_collection-instance_method" title="AeEasy::Core::Plugin::CollectionVault#add_collection (method)">#add_collection</a></span>, <span class='object_link'><a href="Plugin/CollectionVault.html#collections-instance_method" title="AeEasy::Core::Plugin::CollectionVault#collections (method)">#collections</a></span></p>
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/ContextIntegrator.html" title="AeEasy::Core::Plugin::ContextIntegrator (module)">Plugin::ContextIntegrator</a></span></h3>
|
207
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/ContextIntegrator.html#initialize_hook_core_context_integrator-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#initialize_hook_core_context_integrator (method)">#initialize_hook_core_context_integrator</a></span>, <span class='object_link'><a href="Plugin/ContextIntegrator.html#mock_context-instance_method" title="AeEasy::Core::Plugin::ContextIntegrator#mock_context (method)">#mock_context</a></span></p>
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Plugin/InitializeHook.html" title="AeEasy::Core::Plugin::InitializeHook (module)">Plugin::InitializeHook</a></span></h3>
|
218
|
+
<p class="inherited"><span class='object_link'><a href="Plugin/InitializeHook.html#initialize_hooks-instance_method" title="AeEasy::Core::Plugin::InitializeHook#initialize_hooks (method)">#initialize_hooks</a></span></p>
|
219
|
+
<div id="constructor_details" class="method_details_list">
|
220
|
+
<h2>Constructor Details</h2>
|
221
|
+
|
222
|
+
<div class="method_details first">
|
223
|
+
<h3 class="signature first" id="initialize-instance_method">
|
224
|
+
|
225
|
+
#<strong>initialize</strong>(opts = {}) ⇒ <tt><span class='object_link'><a href="" title="AeEasy::Core::Config (class)">Config</a></span></tt>
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
</h3><div class="docstring">
|
232
|
+
<div class="discussion">
|
233
233
|
|
234
234
|
<p>Initialize config object</p>
|
235
|
-
|
236
|
-
|
237
|
-
</div>
|
238
|
-
</div>
|
239
|
-
<div class="tags">
|
240
|
-
<p class="tag_title">Parameters:</p>
|
241
|
-
<ul class="param">
|
242
|
-
|
243
|
-
<li>
|
244
|
-
|
245
|
-
<span class='name'>opts</span>
|
246
|
-
|
247
|
-
|
248
|
-
<span class='type'>(<tt>Hash</tt>)</span>
|
249
|
-
|
250
|
-
|
251
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
252
|
-
|
253
|
-
|
254
|
-
—
|
235
|
+
|
236
|
+
|
237
|
+
</div>
|
238
|
+
</div>
|
239
|
+
<div class="tags">
|
240
|
+
<p class="tag_title">Parameters:</p>
|
241
|
+
<ul class="param">
|
242
|
+
|
243
|
+
<li>
|
244
|
+
|
245
|
+
<span class='name'>opts</span>
|
246
|
+
|
247
|
+
|
248
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
249
|
+
|
250
|
+
|
251
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
252
|
+
|
253
|
+
|
254
|
+
—
|
255
255
|
<div class='inline'>
|
256
256
|
<p>({}) Configuration options.</p>
|
257
|
-
</div>
|
258
|
-
|
259
|
-
</li>
|
260
|
-
|
261
|
-
</ul>
|
262
|
-
|
263
|
-
|
264
|
-
<p class="tag_title">See Also:</p>
|
265
|
-
<ul class="see">
|
266
|
-
|
267
|
-
<li><span class='object_link'><a href="Plugin/ConfigBehavior.html#initialize_hook_core_config_behavior-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#initialize_hook_core_config_behavior (method)">Plugin::ConfigBehavior#initialize_hook_core_config_behavior</a></span></li>
|
268
|
-
|
269
|
-
</ul>
|
270
|
-
|
271
|
-
</div><table class="source_code">
|
272
|
-
<tr>
|
273
|
-
<td>
|
257
|
+
</div>
|
258
|
+
|
259
|
+
</li>
|
260
|
+
|
261
|
+
</ul>
|
262
|
+
|
263
|
+
|
264
|
+
<p class="tag_title">See Also:</p>
|
265
|
+
<ul class="see">
|
266
|
+
|
267
|
+
<li><span class='object_link'><a href="Plugin/ConfigBehavior.html#initialize_hook_core_config_behavior-instance_method" title="AeEasy::Core::Plugin::ConfigBehavior#initialize_hook_core_config_behavior (method)">Plugin::ConfigBehavior#initialize_hook_core_config_behavior</a></span></li>
|
268
|
+
|
269
|
+
</ul>
|
270
|
+
|
271
|
+
</div><table class="source_code">
|
272
|
+
<tr>
|
273
|
+
<td>
|
274
274
|
<pre class="lines">
|
275
275
|
|
276
276
|
|
@@ -279,9 +279,9 @@
|
|
279
279
|
21
|
280
280
|
22
|
281
281
|
23
|
282
|
-
24</pre>
|
283
|
-
</td>
|
284
|
-
<td>
|
282
|
+
24</pre>
|
283
|
+
</td>
|
284
|
+
<td>
|
285
285
|
<pre class="code"><span class="info file"># File 'lib/ae_easy/core/config.rb', line 19</span>
|
286
286
|
|
287
287
|
<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>
|
@@ -289,23 +289,23 @@
|
|
289
289
|
<span class='label'>config_collection:</span> <span class='id identifier rubyid_opts'>opts</span><span class='lbracket'>[</span><span class='symbol'>:collection</span><span class='rbracket'>]</span>
|
290
290
|
<span class='rparen'>)</span>
|
291
291
|
<span class='id identifier rubyid_initialize_hooks'>initialize_hooks</span> <span class='id identifier rubyid_opts'>opts</span>
|
292
|
-
<span class='kw'>end</span></pre>
|
293
|
-
</td>
|
294
|
-
</tr>
|
295
|
-
</table>
|
296
|
-
</div>
|
297
|
-
|
298
|
-
</div>
|
299
|
-
|
300
|
-
|
301
|
-
</div>
|
302
|
-
|
303
|
-
<div id="footer">
|
304
|
-
Generated on
|
305
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
306
|
-
0.9.
|
307
|
-
</div>
|
308
|
-
|
309
|
-
</div>
|
310
|
-
</body>
|
292
|
+
<span class='kw'>end</span></pre>
|
293
|
+
</td>
|
294
|
+
</tr>
|
295
|
+
</table>
|
296
|
+
</div>
|
297
|
+
|
298
|
+
</div>
|
299
|
+
|
300
|
+
|
301
|
+
</div>
|
302
|
+
|
303
|
+
<div id="footer">
|
304
|
+
Generated on Fri Sep 27 02:01:31 2019 by
|
305
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
306
|
+
0.9.20 (ruby-2.5.3).
|
307
|
+
</div>
|
308
|
+
|
309
|
+
</div>
|
310
|
+
</body>
|
311
311
|
</html>
|