simple-service 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -0
- data/Makefile +5 -2
- data/TODO.txt +3 -0
- data/VERSION +1 -1
- data/doc/Simple.html +1 -1
- data/doc/Simple/Service.html +89 -87
- data/doc/Simple/Service/Action.html +59 -150
- data/doc/Simple/Service/Action/Comment.html +1 -1
- data/doc/Simple/Service/Action/Comment/Extractor.html +1 -1
- data/doc/Simple/Service/Action/MethodReflection.html +1 -1
- data/doc/Simple/Service/Action/Parameter.html +2 -2
- data/doc/Simple/Service/ArgumentError.html +1 -1
- data/doc/Simple/Service/ClassMethods.html +5 -5
- data/doc/Simple/Service/Context.html +5 -5
- data/doc/Simple/Service/ContextMissingError.html +1 -1
- data/doc/Simple/Service/ContextReadOnlyError.html +1 -1
- data/doc/Simple/Service/ExtraArguments.html +1 -1
- data/doc/Simple/Service/GemHelper.html +1 -1
- data/doc/Simple/Service/MissingArguments.html +1 -1
- data/doc/Simple/Service/NoSuchAction.html +1 -1
- data/doc/_index.html +7 -19
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/file.TODO.html +70 -0
- data/doc/file_list.html +5 -0
- data/doc/index.html +3 -3
- data/doc/method_list.html +59 -115
- data/doc/top-level-namespace.html +1 -1
- data/lib/simple/service.rb +22 -1
- data/lib/simple/service/action/comment.rb +2 -0
- data/spec/simple/service/action_invoke_spec.rb +82 -11
- data/spec/simple/service/service_spec.rb +8 -6
- metadata +5 -4
- data/doc/Simple/Service/Action/IndieHash.html +0 -506
@@ -441,7 +441,7 @@
|
|
441
441
|
</div>
|
442
442
|
|
443
443
|
<div id="footer">
|
444
|
-
Generated on
|
444
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
445
445
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
446
446
|
0.9.20 (ruby-2.5.1).
|
447
447
|
</div>
|
@@ -337,7 +337,7 @@
|
|
337
337
|
</div>
|
338
338
|
|
339
339
|
<div id="footer">
|
340
|
-
Generated on
|
340
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
341
341
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
342
342
|
0.9.20 (ruby-2.5.1).
|
343
343
|
</div>
|
@@ -275,7 +275,7 @@
|
|
275
275
|
</div>
|
276
276
|
|
277
277
|
<div id="footer">
|
278
|
-
Generated on
|
278
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
279
279
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
280
280
|
0.9.20 (ruby-2.5.1).
|
281
281
|
</div>
|
@@ -406,7 +406,7 @@
|
|
406
406
|
<span class='id identifier rubyid_expect!'>expect!</span> <span class='id identifier rubyid_default_value'>default_value</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>=></span> <span class='lbracket'>[</span><span class='int'>0</span><span class='comma'>,</span> <span class='int'>1</span><span class='rbracket'>]</span>
|
407
407
|
|
408
408
|
<span class='ivar'>@kind</span> <span class='op'>=</span> <span class='id identifier rubyid_kind'>kind</span>
|
409
|
-
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_name'>name</span>
|
409
|
+
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
410
410
|
<span class='ivar'>@default_value</span> <span class='op'>=</span> <span class='id identifier rubyid_default_value'>default_value</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
|
411
411
|
<span class='kw'>end</span></pre>
|
412
412
|
</td>
|
@@ -806,7 +806,7 @@
|
|
806
806
|
</div>
|
807
807
|
|
808
808
|
<div id="footer">
|
809
|
-
Generated on
|
809
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
810
810
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
811
811
|
0.9.20 (ruby-2.5.1).
|
812
812
|
</div>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
<div id="footer">
|
121
|
-
Generated on
|
121
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
122
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
123
123
|
0.9.20 (ruby-2.5.1).
|
124
124
|
</div>
|
@@ -157,12 +157,12 @@
|
|
157
157
|
<pre class="lines">
|
158
158
|
|
159
159
|
|
160
|
-
|
161
|
-
|
162
|
-
|
160
|
+
153
|
161
|
+
154
|
162
|
+
155</pre>
|
163
163
|
</td>
|
164
164
|
<td>
|
165
|
-
<pre class="code"><span class="info file"># File 'lib/simple/service.rb', line
|
165
|
+
<pre class="code"><span class="info file"># File 'lib/simple/service.rb', line 153</span>
|
166
166
|
|
167
167
|
<span class='kw'>def</span> <span class='id identifier rubyid___simple_service_actions__'>__simple_service_actions__</span>
|
168
168
|
<span class='ivar'>@__simple_service_actions__</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="Action.html" title="Simple::Service::Action (class)">Action</a></span></span><span class='period'>.</span><span class='id identifier rubyid_enumerate'><span class='object_link'><a href="Action.html#enumerate-class_method" title="Simple::Service::Action.enumerate (method)">enumerate</a></span></span><span class='lparen'>(</span><span class='label'>service:</span> <span class='kw'>self</span><span class='rparen'>)</span>
|
@@ -177,7 +177,7 @@
|
|
177
177
|
</div>
|
178
178
|
|
179
179
|
<div id="footer">
|
180
|
-
Generated on
|
180
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
181
181
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
182
182
|
0.9.20 (ruby-2.5.1).
|
183
183
|
</div>
|
@@ -134,7 +134,7 @@
|
|
134
134
|
<li class="public ">
|
135
135
|
<span class="summary_signature">
|
136
136
|
|
137
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(hsh =
|
137
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(hsh = nil) ⇒ Context </a>
|
138
138
|
|
139
139
|
|
140
140
|
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<div class="method_details first">
|
191
191
|
<h3 class="signature first" id="initialize-instance_method">
|
192
192
|
|
193
|
-
#<strong>initialize</strong>(hsh =
|
193
|
+
#<strong>initialize</strong>(hsh = nil) ⇒ <tt><span class='object_link'><a href="" title="Simple::Service::Context (class)">Context</a></span></tt>
|
194
194
|
|
195
195
|
|
196
196
|
|
@@ -220,8 +220,8 @@
|
|
220
220
|
<td>
|
221
221
|
<pre class="code"><span class="info file"># File 'lib/simple/service/context.rb', line 35</span>
|
222
222
|
|
223
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_hsh'>hsh</span> <span class='op'>=</span> <span class='
|
224
|
-
</span> <span class='ivar'>@hsh</span> <span class='op'>=</span> <span class='id identifier rubyid_hsh'>hsh</span>
|
223
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_hsh'>hsh</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span> <span class='comment'># @private
|
224
|
+
</span> <span class='ivar'>@hsh</span> <span class='op'>=</span> <span class='id identifier rubyid_hsh'>hsh</span> <span class='op'>||</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
225
225
|
<span class='kw'>end</span></pre>
|
226
226
|
</td>
|
227
227
|
</tr>
|
@@ -369,7 +369,7 @@
|
|
369
369
|
</div>
|
370
370
|
|
371
371
|
<div id="footer">
|
372
|
-
Generated on
|
372
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
373
373
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
374
374
|
0.9.20 (ruby-2.5.1).
|
375
375
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.20 (ruby-2.5.1).
|
120
120
|
</div>
|
@@ -196,7 +196,7 @@
|
|
196
196
|
</div>
|
197
197
|
|
198
198
|
<div id="footer">
|
199
|
-
Generated on
|
199
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
200
200
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
201
201
|
0.9.20 (ruby-2.5.1).
|
202
202
|
</div>
|
@@ -418,7 +418,7 @@
|
|
418
418
|
</div>
|
419
419
|
|
420
420
|
<div id="footer">
|
421
|
-
Generated on
|
421
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
423
423
|
0.9.20 (ruby-2.5.1).
|
424
424
|
</div>
|
@@ -180,7 +180,7 @@
|
|
180
180
|
</div>
|
181
181
|
|
182
182
|
<div id="footer">
|
183
|
-
Generated on
|
183
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
185
|
0.9.20 (ruby-2.5.1).
|
186
186
|
</div>
|
@@ -416,7 +416,7 @@
|
|
416
416
|
</div>
|
417
417
|
|
418
418
|
<div id="footer">
|
419
|
-
Generated on
|
419
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
420
420
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
421
421
|
0.9.20 (ruby-2.5.1).
|
422
422
|
</div>
|
@@ -423,7 +423,7 @@
|
|
423
423
|
</div>
|
424
424
|
|
425
425
|
<div id="footer">
|
426
|
-
Generated on
|
426
|
+
Generated on Wed Dec 4 22:57:13 2019 by
|
427
427
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
428
428
|
0.9.20 (ruby-2.5.1).
|
429
429
|
</div>
|
data/doc/_index.html
CHANGED
@@ -63,6 +63,9 @@
|
|
63
63
|
<li class="r1"><a href="index.html" title="README">README</a></li>
|
64
64
|
|
65
65
|
|
66
|
+
<li class="r2"><a href="file.TODO.html" title="TODO">TODO</a></li>
|
67
|
+
|
68
|
+
|
66
69
|
</ul>
|
67
70
|
|
68
71
|
<div class="clear"></div>
|
@@ -178,21 +181,6 @@
|
|
178
181
|
</ul>
|
179
182
|
|
180
183
|
|
181
|
-
<ul id="alpha_I" class="alpha">
|
182
|
-
<li class="letter">I</li>
|
183
|
-
<ul>
|
184
|
-
|
185
|
-
<li>
|
186
|
-
<span class='object_link'><a href="Simple/Service/Action/IndieHash.html" title="Simple::Service::Action::IndieHash (class)">IndieHash</a></span>
|
187
|
-
|
188
|
-
<small>(Simple::Service::Action)</small>
|
189
|
-
|
190
|
-
</li>
|
191
|
-
|
192
|
-
</ul>
|
193
|
-
</ul>
|
194
|
-
|
195
|
-
|
196
184
|
<ul id="alpha_M" class="alpha">
|
197
185
|
<li class="letter">M</li>
|
198
186
|
<ul>
|
@@ -230,9 +218,6 @@
|
|
230
218
|
</ul>
|
231
219
|
|
232
220
|
|
233
|
-
</td><td valign='top' width="33%">
|
234
|
-
|
235
|
-
|
236
221
|
<ul id="alpha_P" class="alpha">
|
237
222
|
<li class="letter">P</li>
|
238
223
|
<ul>
|
@@ -248,6 +233,9 @@
|
|
248
233
|
</ul>
|
249
234
|
|
250
235
|
|
236
|
+
</td><td valign='top' width="33%">
|
237
|
+
|
238
|
+
|
251
239
|
<ul id="alpha_S" class="alpha">
|
252
240
|
<li class="letter">S</li>
|
253
241
|
<ul>
|
@@ -276,7 +264,7 @@
|
|
276
264
|
</div>
|
277
265
|
|
278
266
|
<div id="footer">
|
279
|
-
Generated on
|
267
|
+
Generated on Wed Dec 4 22:57:12 2019 by
|
280
268
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
281
269
|
0.9.20 (ruby-2.5.1).
|
282
270
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
|
44
44
|
<ul id="full_list" class="class">
|
45
45
|
<li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
|
46
|
-
<li id='object_Simple' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Simple::Service' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span><small class='search_info'>Simple</small></div><ul><li id='object_Simple::Service::Action' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service/Action.html" title="Simple::Service::Action (class)">Action</a></span> < Object<small class='search_info'>Simple::Service</small></div><ul><li id='object_Simple::Service::Action::Comment' class='collapsed'><div class='item' style='padding-left:75px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service/Action/Comment.html" title="Simple::Service::Action::Comment (class)">Comment</a></span> < Object<small class='search_info'>Simple::Service::Action</small></div><ul><li id='object_Simple::Service::Action::Comment::Extractor' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="Simple/Service/Action/Comment/Extractor.html" title="Simple::Service::Action::Comment::Extractor (module)">Extractor</a></span><small class='search_info'>Simple::Service::Action::Comment</small></div></li></ul></li><li id='object_Simple::Service::Action::
|
46
|
+
<li id='object_Simple' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Simple::Service' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span><small class='search_info'>Simple</small></div><ul><li id='object_Simple::Service::Action' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service/Action.html" title="Simple::Service::Action (class)">Action</a></span> < Object<small class='search_info'>Simple::Service</small></div><ul><li id='object_Simple::Service::Action::Comment' class='collapsed'><div class='item' style='padding-left:75px'><a class='toggle'></a> <span class='object_link'><a href="Simple/Service/Action/Comment.html" title="Simple::Service::Action::Comment (class)">Comment</a></span> < Object<small class='search_info'>Simple::Service::Action</small></div><ul><li id='object_Simple::Service::Action::Comment::Extractor' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="Simple/Service/Action/Comment/Extractor.html" title="Simple::Service::Action::Comment::Extractor (module)">Extractor</a></span><small class='search_info'>Simple::Service::Action::Comment</small></div></li></ul></li><li id='object_Simple::Service::Action::MethodReflection' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Simple/Service/Action/MethodReflection.html" title="Simple::Service::Action::MethodReflection (module)">MethodReflection</a></span><small class='search_info'>Simple::Service::Action</small></div></li><li id='object_Simple::Service::Action::Parameter' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Simple/Service/Action/Parameter.html" title="Simple::Service::Action::Parameter (class)">Parameter</a></span> < Object<small class='search_info'>Simple::Service::Action</small></div></li></ul></li><li id='object_Simple::Service::ArgumentError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/ArgumentError.html" title="Simple::Service::ArgumentError (class)">ArgumentError</a></span> < ArgumentError<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::ClassMethods' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/ClassMethods.html" title="Simple::Service::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::Context' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/Context.html" title="Simple::Service::Context (class)">Context</a></span> < Object<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::ContextMissingError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/ContextMissingError.html" title="Simple::Service::ContextMissingError (class)">ContextMissingError</a></span> < StandardError<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::ContextReadOnlyError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/ContextReadOnlyError.html" title="Simple::Service::ContextReadOnlyError (class)">ContextReadOnlyError</a></span> < StandardError<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::ExtraArguments' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/ExtraArguments.html" title="Simple::Service::ExtraArguments (class)">ExtraArguments</a></span> < ArgumentError<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::GemHelper' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/GemHelper.html" title="Simple::Service::GemHelper (module)">GemHelper</a></span><small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::MissingArguments' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/MissingArguments.html" title="Simple::Service::MissingArguments (class)">MissingArguments</a></span> < ArgumentError<small class='search_info'>Simple::Service</small></div></li><li id='object_Simple::Service::NoSuchAction' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Simple/Service/NoSuchAction.html" title="Simple::Service::NoSuchAction (class)">NoSuchAction</a></span> < ArgumentError<small class='search_info'>Simple::Service</small></div></li></ul></li></ul></li>
|
47
47
|
|
48
48
|
</ul>
|
49
49
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -111,7 +111,7 @@
|
|
111
111
|
<p>If the calling site, however, has <strong>named arguments</strong> (in a Hash), one would invoke a service using <code>invoke2</code>. This is used for HTTPD integration (with <code>simple-httpd</code>.)</p>
|
112
112
|
|
113
113
|
<pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>My Universe</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>c:</span> <span class='int'>299792458</span><span class='rbrace'>}</span>
|
114
|
-
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'
|
114
|
+
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'>invoke2</span> <span class='const'>GodMode</span><span class='comma'>,</span>
|
115
115
|
<span class='symbol'>:build_universe</span><span class='comma'>,</span>
|
116
116
|
<span class='label'>args:</span> <span class='id identifier rubyid_args'>args</span>
|
117
117
|
</code></pre>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
<pre class="code ruby"><code class="ruby"><span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_with_context'><span class='object_link'><a href="Simple/Service.html#with_context-class_method" title="Simple::Service.with_context (method)">with_context</a></span></span><span class='lparen'>(</span><span class='kw'>nil</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
124
124
|
<span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>My Universe</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>c:</span> <span class='int'>299792458</span><span class='rbrace'>}</span>
|
125
|
-
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'
|
125
|
+
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'>invoke2</span> <span class='const'>GodMode</span><span class='comma'>,</span>
|
126
126
|
<span class='symbol'>:build_universe</span><span class='comma'>,</span>
|
127
127
|
<span class='label'>args:</span> <span class='id identifier rubyid_args'>args</span>
|
128
128
|
<span class='kw'>end</span>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</div></div>
|
137
137
|
|
138
138
|
<div id="footer">
|
139
|
-
Generated on
|
139
|
+
Generated on Wed Dec 4 22:57:12 2019 by
|
140
140
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
141
141
|
0.9.20 (ruby-2.5.1).
|
142
142
|
</div>
|
data/doc/file.TODO.html
ADDED
@@ -0,0 +1,70 @@
|
|
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
|
+
File: TODO
|
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 = "TODO";
|
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="file_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</a> »
|
40
|
+
<span class="title">File: TODO</span>
|
41
|
+
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<div id="search">
|
45
|
+
|
46
|
+
<a class="full_list_link" id="class_list_link"
|
47
|
+
href="class_list.html">
|
48
|
+
|
49
|
+
<svg width="24" height="24">
|
50
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
51
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
52
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
</svg>
|
54
|
+
</a>
|
55
|
+
|
56
|
+
</div>
|
57
|
+
<div class="clear"></div>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
<div id="content"><div id='filecontents'>lib/simple/service.rb<br/> 39 why a Hash? It feels much better if Simple::Service.actions returns<br/> an array of names.</div></div>
|
61
|
+
|
62
|
+
<div id="footer">
|
63
|
+
Generated on Wed Dec 4 22:57:12 2019 by
|
64
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
65
|
+
0.9.20 (ruby-2.5.1).
|
66
|
+
</div>
|
67
|
+
|
68
|
+
</div>
|
69
|
+
</body>
|
70
|
+
</html>
|
data/doc/file_list.html
CHANGED
data/doc/index.html
CHANGED
@@ -111,7 +111,7 @@
|
|
111
111
|
<p>If the calling site, however, has <strong>named arguments</strong> (in a Hash), one would invoke a service using <code>invoke2</code>. This is used for HTTPD integration (with <code>simple-httpd</code>.)</p>
|
112
112
|
|
113
113
|
<pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>My Universe</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>c:</span> <span class='int'>299792458</span><span class='rbrace'>}</span>
|
114
|
-
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'
|
114
|
+
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'>invoke2</span> <span class='const'>GodMode</span><span class='comma'>,</span>
|
115
115
|
<span class='symbol'>:build_universe</span><span class='comma'>,</span>
|
116
116
|
<span class='label'>args:</span> <span class='id identifier rubyid_args'>args</span>
|
117
117
|
</code></pre>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
<pre class="code ruby"><code class="ruby"><span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_with_context'><span class='object_link'><a href="Simple/Service.html#with_context-class_method" title="Simple::Service.with_context (method)">with_context</a></span></span><span class='lparen'>(</span><span class='kw'>nil</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
124
124
|
<span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>My Universe</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>c:</span> <span class='int'>299792458</span><span class='rbrace'>}</span>
|
125
|
-
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'
|
125
|
+
<span class='const'><span class='object_link'><a href="Simple.html" title="Simple (module)">Simple</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Simple/Service.html" title="Simple::Service (module)">Service</a></span></span><span class='period'>.</span><span class='id identifier rubyid_invoke2'>invoke2</span> <span class='const'>GodMode</span><span class='comma'>,</span>
|
126
126
|
<span class='symbol'>:build_universe</span><span class='comma'>,</span>
|
127
127
|
<span class='label'>args:</span> <span class='id identifier rubyid_args'>args</span>
|
128
128
|
<span class='kw'>end</span>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</div></div>
|
137
137
|
|
138
138
|
<div id="footer">
|
139
|
-
Generated on
|
139
|
+
Generated on Wed Dec 4 22:57:12 2019 by
|
140
140
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
141
141
|
0.9.20 (ruby-2.5.1).
|
142
142
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -46,24 +46,24 @@
|
|
46
46
|
|
47
47
|
<li class="odd ">
|
48
48
|
<div class="item">
|
49
|
-
<span class='object_link'><a href="Simple/Service/
|
50
|
-
<small>Simple::Service::
|
49
|
+
<span class='object_link'><a href="Simple/Service/ClassMethods.html#__simple_service_actions__-instance_method" title="Simple::Service::ClassMethods#__simple_service_actions__ (method)">#__simple_service_actions__</a></span>
|
50
|
+
<small>Simple::Service::ClassMethods</small>
|
51
51
|
</div>
|
52
52
|
</li>
|
53
53
|
|
54
54
|
|
55
55
|
<li class="even ">
|
56
56
|
<div class="item">
|
57
|
-
<span class='object_link'><a href="Simple/Service/
|
58
|
-
<small>Simple::Service::
|
57
|
+
<span class='object_link'><a href="Simple/Service/Action/Comment/Extractor.html#_parse_source-instance_method" title="Simple::Service::Action::Comment::Extractor#_parse_source (method)">#_parse_source</a></span>
|
58
|
+
<small>Simple::Service::Action::Comment::Extractor</small>
|
59
59
|
</div>
|
60
60
|
</li>
|
61
61
|
|
62
62
|
|
63
63
|
<li class="odd ">
|
64
64
|
<div class="item">
|
65
|
-
<span class='object_link'><a href="Simple/Service/
|
66
|
-
<small>Simple::Service::
|
65
|
+
<span class='object_link'><a href="Simple/Service/ExtraArguments.html#action-instance_method" title="Simple::Service::ExtraArguments#action (method)">#action</a></span>
|
66
|
+
<small>Simple::Service::ExtraArguments</small>
|
67
67
|
</div>
|
68
68
|
</li>
|
69
69
|
|
@@ -85,14 +85,6 @@
|
|
85
85
|
|
86
86
|
|
87
87
|
<li class="even ">
|
88
|
-
<div class="item">
|
89
|
-
<span class='object_link'><a href="Simple/Service/ExtraArguments.html#action-instance_method" title="Simple::Service::ExtraArguments#action (method)">#action</a></span>
|
90
|
-
<small>Simple::Service::ExtraArguments</small>
|
91
|
-
</div>
|
92
|
-
</li>
|
93
|
-
|
94
|
-
|
95
|
-
<li class="odd ">
|
96
88
|
<div class="item">
|
97
89
|
<span class='object_link'><a href="Simple/Service.html#actions-class_method" title="Simple::Service.actions (method)">actions</a></span>
|
98
90
|
<small>Simple::Service</small>
|
@@ -100,7 +92,7 @@
|
|
100
92
|
</li>
|
101
93
|
|
102
94
|
|
103
|
-
<li class="
|
95
|
+
<li class="odd ">
|
104
96
|
<div class="item">
|
105
97
|
<span class='object_link'><a href="Simple/Service/ExtraArguments.html#arguments-instance_method" title="Simple::Service::ExtraArguments#arguments (method)">#arguments</a></span>
|
106
98
|
<small>Simple::Service::ExtraArguments</small>
|
@@ -108,7 +100,7 @@
|
|
108
100
|
</li>
|
109
101
|
|
110
102
|
|
111
|
-
<li class="
|
103
|
+
<li class="even ">
|
112
104
|
<div class="item">
|
113
105
|
<span class='object_link'><a href="Simple/Service.html#context-class_method" title="Simple::Service.context (method)">context</a></span>
|
114
106
|
<small>Simple::Service</small>
|
@@ -116,7 +108,7 @@
|
|
116
108
|
</li>
|
117
109
|
|
118
110
|
|
119
|
-
<li class="
|
111
|
+
<li class="odd ">
|
120
112
|
<div class="item">
|
121
113
|
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#default_value-instance_method" title="Simple::Service::Action::Parameter#default_value (method)">#default_value</a></span>
|
122
114
|
<small>Simple::Service::Action::Parameter</small>
|
@@ -124,7 +116,7 @@
|
|
124
116
|
</li>
|
125
117
|
|
126
118
|
|
127
|
-
<li class="
|
119
|
+
<li class="even ">
|
128
120
|
<div class="item">
|
129
121
|
<span class='object_link'><a href="Simple/Service/Action.html#enumerate-class_method" title="Simple::Service::Action.enumerate (method)">enumerate</a></span>
|
130
122
|
<small>Simple::Service::Action</small>
|
@@ -132,7 +124,7 @@
|
|
132
124
|
</li>
|
133
125
|
|
134
126
|
|
135
|
-
<li class="
|
127
|
+
<li class="odd ">
|
136
128
|
<div class="item">
|
137
129
|
<span class='object_link'><a href="Simple/Service/Action/Comment.html#extract-class_method" title="Simple::Service::Action::Comment.extract (method)">extract</a></span>
|
138
130
|
<small>Simple::Service::Action::Comment</small>
|
@@ -140,7 +132,7 @@
|
|
140
132
|
</li>
|
141
133
|
|
142
134
|
|
143
|
-
<li class="
|
135
|
+
<li class="even ">
|
144
136
|
<div class="item">
|
145
137
|
<span class='object_link'><a href="Simple/Service/Action/Comment/Extractor.html#extract_comment_lines-instance_method" title="Simple::Service::Action::Comment::Extractor#extract_comment_lines (method)">#extract_comment_lines</a></span>
|
146
138
|
<small>Simple::Service::Action::Comment::Extractor</small>
|
@@ -148,14 +140,6 @@
|
|
148
140
|
</li>
|
149
141
|
|
150
142
|
|
151
|
-
<li class="even ">
|
152
|
-
<div class="item">
|
153
|
-
<span class='object_link'><a href="Simple/Service/Action/IndieHash.html#fetch_values-instance_method" title="Simple::Service::Action::IndieHash#fetch_values (method)">#fetch_values</a></span>
|
154
|
-
<small>Simple::Service::Action::IndieHash</small>
|
155
|
-
</div>
|
156
|
-
</li>
|
157
|
-
|
158
|
-
|
159
143
|
<li class="odd ">
|
160
144
|
<div class="item">
|
161
145
|
<span class='object_link'><a href="Simple/Service/Action/Comment.html#full-instance_method" title="Simple::Service::Action::Comment#full (method)">#full</a></span>
|
@@ -190,32 +174,32 @@
|
|
190
174
|
|
191
175
|
<li class="odd ">
|
192
176
|
<div class="item">
|
193
|
-
<span class='object_link'><a href="Simple/Service/
|
194
|
-
<small>Simple::Service::
|
177
|
+
<span class='object_link'><a href="Simple/Service/Action.html#initialize-instance_method" title="Simple::Service::Action#initialize (method)">#initialize</a></span>
|
178
|
+
<small>Simple::Service::Action</small>
|
195
179
|
</div>
|
196
180
|
</li>
|
197
181
|
|
198
182
|
|
199
183
|
<li class="even ">
|
200
184
|
<div class="item">
|
201
|
-
<span class='object_link'><a href="Simple/Service/
|
202
|
-
<small>Simple::Service::
|
185
|
+
<span class='object_link'><a href="Simple/Service/Action/Comment.html#initialize-instance_method" title="Simple::Service::Action::Comment#initialize (method)">#initialize</a></span>
|
186
|
+
<small>Simple::Service::Action::Comment</small>
|
203
187
|
</div>
|
204
188
|
</li>
|
205
189
|
|
206
190
|
|
207
191
|
<li class="odd ">
|
208
192
|
<div class="item">
|
209
|
-
<span class='object_link'><a href="Simple/Service/Action/
|
210
|
-
<small>Simple::Service::Action::
|
193
|
+
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#initialize-instance_method" title="Simple::Service::Action::Parameter#initialize (method)">#initialize</a></span>
|
194
|
+
<small>Simple::Service::Action::Parameter</small>
|
211
195
|
</div>
|
212
196
|
</li>
|
213
197
|
|
214
198
|
|
215
199
|
<li class="even ">
|
216
200
|
<div class="item">
|
217
|
-
<span class='object_link'><a href="Simple/Service/
|
218
|
-
<small>Simple::Service::
|
201
|
+
<span class='object_link'><a href="Simple/Service/ContextReadOnlyError.html#initialize-instance_method" title="Simple::Service::ContextReadOnlyError#initialize (method)">#initialize</a></span>
|
202
|
+
<small>Simple::Service::ContextReadOnlyError</small>
|
219
203
|
</div>
|
220
204
|
</li>
|
221
205
|
|
@@ -230,37 +214,29 @@
|
|
230
214
|
|
231
215
|
<li class="even ">
|
232
216
|
<div class="item">
|
233
|
-
<span class='object_link'><a href="Simple/Service/
|
234
|
-
<small>Simple::Service::
|
217
|
+
<span class='object_link'><a href="Simple/Service/NoSuchAction.html#initialize-instance_method" title="Simple::Service::NoSuchAction#initialize (method)">#initialize</a></span>
|
218
|
+
<small>Simple::Service::NoSuchAction</small>
|
235
219
|
</div>
|
236
220
|
</li>
|
237
221
|
|
238
222
|
|
239
223
|
<li class="odd ">
|
240
224
|
<div class="item">
|
241
|
-
<span class='object_link'><a href="Simple/Service/
|
242
|
-
<small>Simple::Service::
|
225
|
+
<span class='object_link'><a href="Simple/Service/MissingArguments.html#initialize-instance_method" title="Simple::Service::MissingArguments#initialize (method)">#initialize</a></span>
|
226
|
+
<small>Simple::Service::MissingArguments</small>
|
243
227
|
</div>
|
244
228
|
</li>
|
245
229
|
|
246
230
|
|
247
231
|
<li class="even ">
|
248
232
|
<div class="item">
|
249
|
-
<span class='object_link'><a href="Simple/Service/
|
250
|
-
<small>Simple::Service::
|
233
|
+
<span class='object_link'><a href="Simple/Service/Context.html#initialize-instance_method" title="Simple::Service::Context#initialize (method)">#initialize</a></span>
|
234
|
+
<small>Simple::Service::Context</small>
|
251
235
|
</div>
|
252
236
|
</li>
|
253
237
|
|
254
238
|
|
255
239
|
<li class="odd ">
|
256
|
-
<div class="item">
|
257
|
-
<span class='object_link'><a href="Simple/Service/Action/IndieHash.html#initialize-instance_method" title="Simple::Service::Action::IndieHash#initialize (method)">#initialize</a></span>
|
258
|
-
<small>Simple::Service::Action::IndieHash</small>
|
259
|
-
</div>
|
260
|
-
</li>
|
261
|
-
|
262
|
-
|
263
|
-
<li class="even ">
|
264
240
|
<div class="item">
|
265
241
|
<span class='object_link'><a href="Simple/Service.html#invoke-class_method" title="Simple::Service.invoke (method)">invoke</a></span>
|
266
242
|
<small>Simple::Service</small>
|
@@ -268,17 +244,9 @@
|
|
268
244
|
</li>
|
269
245
|
|
270
246
|
|
271
|
-
<li class="odd ">
|
272
|
-
<div class="item">
|
273
|
-
<span class='object_link'><a href="Simple/Service/Action.html#invoke-instance_method" title="Simple::Service::Action#invoke (method)">#invoke</a></span>
|
274
|
-
<small>Simple::Service::Action</small>
|
275
|
-
</div>
|
276
|
-
</li>
|
277
|
-
|
278
|
-
|
279
247
|
<li class="even ">
|
280
248
|
<div class="item">
|
281
|
-
<span class='object_link'><a href="Simple/Service/Action.html#
|
249
|
+
<span class='object_link'><a href="Simple/Service/Action.html#invoke-instance_method" title="Simple::Service::Action#invoke (method)">#invoke</a></span>
|
282
250
|
<small>Simple::Service::Action</small>
|
283
251
|
</div>
|
284
252
|
</li>
|
@@ -286,28 +254,12 @@
|
|
286
254
|
|
287
255
|
<li class="odd ">
|
288
256
|
<div class="item">
|
289
|
-
<span class='object_link'><a href="Simple/Service.html#
|
257
|
+
<span class='object_link'><a href="Simple/Service.html#invoke3-class_method" title="Simple::Service.invoke3 (method)">invoke3</a></span>
|
290
258
|
<small>Simple::Service</small>
|
291
259
|
</div>
|
292
260
|
</li>
|
293
261
|
|
294
262
|
|
295
|
-
<li class="even ">
|
296
|
-
<div class="item">
|
297
|
-
<span class='object_link'><a href="Simple/Service/Action/IndieHash.html#key%3F-instance_method" title="Simple::Service::Action::IndieHash#key? (method)">#key?</a></span>
|
298
|
-
<small>Simple::Service::Action::IndieHash</small>
|
299
|
-
</div>
|
300
|
-
</li>
|
301
|
-
|
302
|
-
|
303
|
-
<li class="odd ">
|
304
|
-
<div class="item">
|
305
|
-
<span class='object_link'><a href="Simple/Service/Action/IndieHash.html#keys-instance_method" title="Simple::Service::Action::IndieHash#keys (method)">#keys</a></span>
|
306
|
-
<small>Simple::Service::Action::IndieHash</small>
|
307
|
-
</div>
|
308
|
-
</li>
|
309
|
-
|
310
|
-
|
311
263
|
<li class="even ">
|
312
264
|
<div class="item">
|
313
265
|
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#keyword%3F-instance_method" title="Simple::Service::Action::Parameter#keyword? (method)">#keyword?</a></span>
|
@@ -326,40 +278,40 @@
|
|
326
278
|
|
327
279
|
<li class="even ">
|
328
280
|
<div class="item">
|
329
|
-
<span class='object_link'><a href="Simple/Service/
|
330
|
-
<small>Simple::Service::
|
281
|
+
<span class='object_link'><a href="Simple/Service/Context.html#merge-instance_method" title="Simple::Service::Context#merge (method)">#merge</a></span>
|
282
|
+
<small>Simple::Service::Context</small>
|
331
283
|
</div>
|
332
284
|
</li>
|
333
285
|
|
334
286
|
|
335
287
|
<li class="odd ">
|
336
288
|
<div class="item">
|
337
|
-
<span class='object_link'><a href="Simple/Service/
|
338
|
-
<small>Simple::Service::
|
289
|
+
<span class='object_link'><a href="Simple/Service/Action.html#name-instance_method" title="Simple::Service::Action#name (method)">#name</a></span>
|
290
|
+
<small>Simple::Service::Action</small>
|
339
291
|
</div>
|
340
292
|
</li>
|
341
293
|
|
342
294
|
|
343
295
|
<li class="even ">
|
344
296
|
<div class="item">
|
345
|
-
<span class='object_link'><a href="Simple/Service/
|
346
|
-
<small>Simple::Service::
|
297
|
+
<span class='object_link'><a href="Simple/Service/NoSuchAction.html#name-instance_method" title="Simple::Service::NoSuchAction#name (method)">#name</a></span>
|
298
|
+
<small>Simple::Service::NoSuchAction</small>
|
347
299
|
</div>
|
348
300
|
</li>
|
349
301
|
|
350
302
|
|
351
303
|
<li class="odd ">
|
352
304
|
<div class="item">
|
353
|
-
<span class='object_link'><a href="Simple/Service/Action.html#name-instance_method" title="Simple::Service::Action#name (method)">#name</a></span>
|
354
|
-
<small>Simple::Service::Action</small>
|
305
|
+
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#name-instance_method" title="Simple::Service::Action::Parameter#name (method)">#name</a></span>
|
306
|
+
<small>Simple::Service::Action::Parameter</small>
|
355
307
|
</div>
|
356
308
|
</li>
|
357
309
|
|
358
310
|
|
359
311
|
<li class="even ">
|
360
312
|
<div class="item">
|
361
|
-
<span class='object_link'><a href="Simple/Service/
|
362
|
-
<small>Simple::Service::
|
313
|
+
<span class='object_link'><a href="Simple/Service/Action/MethodReflection.html#parameters-instance_method" title="Simple::Service::Action::MethodReflection#parameters (method)">#parameters</a></span>
|
314
|
+
<small>Simple::Service::Action::MethodReflection</small>
|
363
315
|
</div>
|
364
316
|
</li>
|
365
317
|
|
@@ -374,31 +326,31 @@
|
|
374
326
|
|
375
327
|
<li class="even ">
|
376
328
|
<div class="item">
|
377
|
-
<span class='object_link'><a href="Simple/Service/Action
|
378
|
-
<small>Simple::Service::Action
|
329
|
+
<span class='object_link'><a href="Simple/Service/Action.html#parameters-instance_method" title="Simple::Service::Action#parameters (method)">#parameters</a></span>
|
330
|
+
<small>Simple::Service::Action</small>
|
379
331
|
</div>
|
380
332
|
</li>
|
381
333
|
|
382
334
|
|
383
335
|
<li class="odd ">
|
384
336
|
<div class="item">
|
385
|
-
<span class='object_link'><a href="Simple/Service/Action.html#
|
386
|
-
<small>Simple::Service::Action</small>
|
337
|
+
<span class='object_link'><a href="Simple/Service/Action/Comment/Extractor.html#parse_source-instance_method" title="Simple::Service::Action::Comment::Extractor#parse_source (method)">#parse_source</a></span>
|
338
|
+
<small>Simple::Service::Action::Comment::Extractor</small>
|
387
339
|
</div>
|
388
340
|
</li>
|
389
341
|
|
390
342
|
|
391
343
|
<li class="even ">
|
392
344
|
<div class="item">
|
393
|
-
<span class='object_link'><a href="Simple/Service/Action/
|
394
|
-
<small>Simple::Service::Action::
|
345
|
+
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#positional%3F-instance_method" title="Simple::Service::Action::Parameter#positional? (method)">#positional?</a></span>
|
346
|
+
<small>Simple::Service::Action::Parameter</small>
|
395
347
|
</div>
|
396
348
|
</li>
|
397
349
|
|
398
350
|
|
399
351
|
<li class="odd ">
|
400
352
|
<div class="item">
|
401
|
-
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#
|
353
|
+
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#reflect_on_method-class_method" title="Simple::Service::Action::Parameter.reflect_on_method (method)">reflect_on_method</a></span>
|
402
354
|
<small>Simple::Service::Action::Parameter</small>
|
403
355
|
</div>
|
404
356
|
</li>
|
@@ -406,7 +358,7 @@
|
|
406
358
|
|
407
359
|
<li class="even ">
|
408
360
|
<div class="item">
|
409
|
-
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#
|
361
|
+
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#required%3F-instance_method" title="Simple::Service::Action::Parameter#required? (method)">#required?</a></span>
|
410
362
|
<small>Simple::Service::Action::Parameter</small>
|
411
363
|
</div>
|
412
364
|
</li>
|
@@ -414,8 +366,8 @@
|
|
414
366
|
|
415
367
|
<li class="odd ">
|
416
368
|
<div class="item">
|
417
|
-
<span class='object_link'><a href="Simple/Service/Action
|
418
|
-
<small>Simple::Service::Action
|
369
|
+
<span class='object_link'><a href="Simple/Service/Action.html#service-instance_method" title="Simple::Service::Action#service (method)">#service</a></span>
|
370
|
+
<small>Simple::Service::Action</small>
|
419
371
|
</div>
|
420
372
|
</li>
|
421
373
|
|
@@ -430,31 +382,31 @@
|
|
430
382
|
|
431
383
|
<li class="odd ">
|
432
384
|
<div class="item">
|
433
|
-
<span class='object_link'><a href="Simple/Service
|
434
|
-
<small>Simple::Service
|
385
|
+
<span class='object_link'><a href="Simple/Service.html#service%3F-class_method" title="Simple::Service.service? (method)">service?</a></span>
|
386
|
+
<small>Simple::Service</small>
|
435
387
|
</div>
|
436
388
|
</li>
|
437
389
|
|
438
390
|
|
439
391
|
<li class="even ">
|
440
392
|
<div class="item">
|
441
|
-
<span class='object_link'><a href="Simple/Service.html#
|
442
|
-
<small>Simple::Service</small>
|
393
|
+
<span class='object_link'><a href="Simple/Service/Action/Comment.html#short-instance_method" title="Simple::Service::Action::Comment#short (method)">#short</a></span>
|
394
|
+
<small>Simple::Service::Action::Comment</small>
|
443
395
|
</div>
|
444
396
|
</li>
|
445
397
|
|
446
398
|
|
447
399
|
<li class="odd ">
|
448
400
|
<div class="item">
|
449
|
-
<span class='object_link'><a href="Simple/Service/Action
|
450
|
-
<small>Simple::Service::Action
|
401
|
+
<span class='object_link'><a href="Simple/Service/Action.html#short_description-instance_method" title="Simple::Service::Action#short_description (method)">#short_description</a></span>
|
402
|
+
<small>Simple::Service::Action</small>
|
451
403
|
</div>
|
452
404
|
</li>
|
453
405
|
|
454
406
|
|
455
407
|
<li class="even ">
|
456
408
|
<div class="item">
|
457
|
-
<span class='object_link'><a href="Simple/Service/Action.html#
|
409
|
+
<span class='object_link'><a href="Simple/Service/Action.html#source_location-instance_method" title="Simple::Service::Action#source_location (method)">#source_location</a></span>
|
458
410
|
<small>Simple::Service::Action</small>
|
459
411
|
</div>
|
460
412
|
</li>
|
@@ -462,7 +414,7 @@
|
|
462
414
|
|
463
415
|
<li class="odd ">
|
464
416
|
<div class="item">
|
465
|
-
<span class='object_link'><a href="Simple/Service/Action.html#
|
417
|
+
<span class='object_link'><a href="Simple/Service/Action.html#to_s-instance_method" title="Simple::Service::Action#to_s (method)">#to_s</a></span>
|
466
418
|
<small>Simple::Service::Action</small>
|
467
419
|
</div>
|
468
420
|
</li>
|
@@ -493,14 +445,6 @@
|
|
493
445
|
|
494
446
|
|
495
447
|
<li class="odd ">
|
496
|
-
<div class="item">
|
497
|
-
<span class='object_link'><a href="Simple/Service/Action.html#to_s-instance_method" title="Simple::Service::Action#to_s (method)">#to_s</a></span>
|
498
|
-
<small>Simple::Service::Action</small>
|
499
|
-
</div>
|
500
|
-
</li>
|
501
|
-
|
502
|
-
|
503
|
-
<li class="even ">
|
504
448
|
<div class="item">
|
505
449
|
<span class='object_link'><a href="Simple/Service/Action/Parameter.html#variadic%3F-instance_method" title="Simple::Service::Action::Parameter#variadic? (method)">#variadic?</a></span>
|
506
450
|
<small>Simple::Service::Action::Parameter</small>
|
@@ -508,7 +452,7 @@
|
|
508
452
|
</li>
|
509
453
|
|
510
454
|
|
511
|
-
<li class="
|
455
|
+
<li class="even ">
|
512
456
|
<div class="item">
|
513
457
|
<span class='object_link'><a href="Simple/Service.html#verify_service!-class_method" title="Simple::Service.verify_service! (method)">verify_service!</a></span>
|
514
458
|
<small>Simple::Service</small>
|
@@ -516,7 +460,7 @@
|
|
516
460
|
</li>
|
517
461
|
|
518
462
|
|
519
|
-
<li class="
|
463
|
+
<li class="odd ">
|
520
464
|
<div class="item">
|
521
465
|
<span class='object_link'><a href="Simple/Service/GemHelper.html#version-instance_method" title="Simple::Service::GemHelper#version (method)">#version</a></span>
|
522
466
|
<small>Simple::Service::GemHelper</small>
|
@@ -524,7 +468,7 @@
|
|
524
468
|
</li>
|
525
469
|
|
526
470
|
|
527
|
-
<li class="
|
471
|
+
<li class="even ">
|
528
472
|
<div class="item">
|
529
473
|
<span class='object_link'><a href="Simple/Service.html#with_context-class_method" title="Simple::Service.with_context (method)">with_context</a></span>
|
530
474
|
<small>Simple::Service</small>
|