mushikago-sdk 0.3.7 → 0.4.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.
- data/README.md +45 -1
- data/doc/Mushikago.html +3 -3
- data/doc/Mushikago/Auth.html +1 -1
- data/doc/Mushikago/Auth/Signature.html +2 -2
- data/doc/Mushikago/Auth/Signer.html +1 -1
- data/doc/Mushikago/Config.html +1 -1
- data/doc/Mushikago/Hotaru.html +3 -3
- data/doc/Mushikago/Hotaru/ClassifierJudgeRequest.html +307 -0
- data/doc/Mushikago/Hotaru/Client.html +3511 -155
- data/doc/Mushikago/Hotaru/CollocationCreateRequest.html +375 -0
- data/doc/Mushikago/Hotaru/CollocationDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationDownloadRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationGetRequest.html +309 -0
- data/doc/Mushikago/Hotaru/CollocationListRequest.html +313 -0
- data/doc/Mushikago/Hotaru/CollocationWordlistRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DictionaryDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DictionaryListRequest.html +309 -0
- data/doc/Mushikago/Hotaru/DictionaryPutRequest.html +342 -0
- data/doc/Mushikago/Hotaru/DomainCreateRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DomainDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DomainInfoRequest.html +307 -0
- data/doc/Mushikago/Hotaru/DomainListRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TagDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagListRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagPutRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextDeleteRequest.html +309 -0
- data/doc/Mushikago/Hotaru/TextGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextListRequest.html +315 -0
- data/doc/Mushikago/Hotaru/TextPutRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TextTagsetRequest.html +311 -0
- data/doc/Mushikago/Hotaru/WordGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/WordListRequest.html +311 -0
- data/doc/Mushikago/Http.html +3 -3
- data/doc/Mushikago/Http/Client.html +104 -13
- data/doc/Mushikago/Http/DeleteRequest.html +240 -0
- data/doc/Mushikago/Http/GetRequest.html +240 -0
- data/doc/Mushikago/Http/MultipartPostRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartPutRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartRequest.html +7 -11
- data/doc/Mushikago/Http/PostRequest.html +240 -0
- data/doc/Mushikago/Http/PutRequest.html +240 -0
- data/doc/Mushikago/Http/Request.html +46 -133
- data/doc/Mushikago/Http/Response.html +56 -1
- data/doc/Mushikago/Mitsubachi.html +3 -3
- data/doc/Mushikago/Mitsubachi/Client.html +2 -2
- data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Project.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Projects.html +1 -1
- data/doc/Mushikago/Mitsubachi/Resource.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Resources.html +1 -1
- data/doc/Mushikago/Mitsubachi/Script.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/Scripts.html +1 -1
- data/doc/Mushikago/Tombo.html +3 -3
- data/doc/Mushikago/Tombo/CaptureRequest.html +13 -57
- data/doc/Mushikago/Tombo/CapturesRequest.html +13 -8
- data/doc/Mushikago/Tombo/Client.html +2 -2
- data/doc/Mushikago/Tombo/DeleteRequest.html +13 -57
- data/doc/Mushikago/Tombo/InfoRequest.html +13 -8
- data/doc/_index.html +227 -29
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +51 -2
- data/doc/index.html +51 -2
- data/doc/method_list.html +728 -256
- data/doc/top-level-namespace.html +1 -1
- data/lib/mushikago/hotaru.rb +35 -12
- data/lib/mushikago/hotaru/classifier_judge_request.rb +16 -0
- data/lib/mushikago/hotaru/client.rb +325 -27
- data/lib/mushikago/hotaru/collocation_create_request.rb +35 -0
- data/lib/mushikago/hotaru/collocation_delete_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_download_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_get_request.rb +18 -0
- data/lib/mushikago/hotaru/collocation_list_request.rb +23 -0
- data/lib/mushikago/hotaru/collocation_wordlist_request.rb +22 -0
- data/lib/mushikago/hotaru/dictionary_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/dictionary_list_request.rb +23 -0
- data/lib/mushikago/hotaru/dictionary_put_request.rb +26 -0
- data/lib/mushikago/hotaru/domain_create_request.rb +23 -0
- data/lib/mushikago/hotaru/domain_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/domain_info_request.rb +20 -0
- data/lib/mushikago/hotaru/domain_list_request.rb +21 -0
- data/lib/mushikago/hotaru/tag_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/tag_list_request.rb +16 -0
- data/lib/mushikago/hotaru/tag_put_request.rb +17 -0
- data/lib/mushikago/hotaru/text_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/text_get_request.rb +16 -0
- data/lib/mushikago/hotaru/text_list_request.rb +25 -0
- data/lib/mushikago/hotaru/text_put_request.rb +20 -0
- data/lib/mushikago/hotaru/text_tagset_request.rb +20 -0
- data/lib/mushikago/hotaru/word_get_request.rb +16 -0
- data/lib/mushikago/hotaru/word_list_request.rb +20 -0
- data/lib/mushikago/http/client.rb +5 -1
- data/lib/mushikago/http/request.rb +5 -0
- data/lib/mushikago/http/response.rb +7 -0
- data/lib/mushikago/version.rb +1 -1
- data/spec/mushikago/auth/signature_spec.rb +1 -2
- data/spec/mushikago/http/client_spec.rb +3 -2
- data/spec/mushikago/http/request_spec.rb +1 -3
- data/spec/mushikago/tombo/client_spec.rb +3 -2
- metadata +72 -21
- data/lib/mushikago/hotaru/request.rb +0 -32
- data/spec/mushikago/tombo/request_spec.rb +0 -23
@@ -66,14 +66,14 @@
|
|
66
66
|
|
67
67
|
<dt class="r1">Inherits:</dt>
|
68
68
|
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
73
73
|
|
74
74
|
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></li>
|
75
75
|
|
76
|
-
<li class="next"><span class='object_link'><a href="
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::HttpPushRequest</li>
|
79
79
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h2>Instance Attribute Summary</h2>
|
125
125
|
|
126
126
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></h3>
|
127
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -164,28 +164,7 @@ A new instance of HttpPushRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</span>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
189
168
|
|
190
169
|
|
191
170
|
|
@@ -214,6 +193,11 @@ A new instance of HttpPushRequest.
|
|
214
193
|
|
215
194
|
|
216
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/PostRequest.html#http_method-instance_method" title="Mushikago::Http::PostRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
217
201
|
|
218
202
|
|
219
203
|
|
@@ -300,9 +284,9 @@ A new instance of HttpPushRequest
|
|
300
284
|
|
301
285
|
|
302
286
|
<div class="method_details first">
|
303
|
-
<p class="signature first" id="
|
287
|
+
<p class="signature first" id="path-instance_method">
|
304
288
|
|
305
|
-
- (<tt>Object</tt>) <strong>
|
289
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
306
290
|
|
307
291
|
|
308
292
|
|
@@ -317,35 +301,7 @@ A new instance of HttpPushRequest
|
|
317
301
|
<td>
|
318
302
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/http_push_request.rb', line 5</span>
|
319
303
|
|
320
|
-
<span class='kw'>def</span> <span class='id identifier
|
321
|
-
</td>
|
322
|
-
</tr>
|
323
|
-
</table>
|
324
|
-
</div>
|
325
|
-
|
326
|
-
<div class="method_details ">
|
327
|
-
<p class="signature " id="new_http_request-instance_method">
|
328
|
-
|
329
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
</p><table class="source_code">
|
334
|
-
<tr>
|
335
|
-
<td>
|
336
|
-
<pre class="lines">
|
337
|
-
|
338
|
-
|
339
|
-
29
|
340
|
-
30
|
341
|
-
31</pre>
|
342
|
-
</td>
|
343
|
-
<td>
|
344
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/http_push_request.rb', line 29</span>
|
345
|
-
|
346
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
347
|
-
<span class='id identifier rubyid_new_http_post_request'>new_http_post_request</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
348
|
-
<span class='kw'>end</span></pre>
|
304
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/mitsubachi/http/fetch.json</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
349
305
|
</td>
|
350
306
|
</tr>
|
351
307
|
</table>
|
@@ -356,7 +312,7 @@ A new instance of HttpPushRequest
|
|
356
312
|
</div>
|
357
313
|
|
358
314
|
<div id="footer">
|
359
|
-
Generated on
|
315
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
360
316
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
361
317
|
0.7.4 (ruby-1.9.2).
|
362
318
|
</div>
|
@@ -733,7 +733,7 @@ Returns the value of attribute project_name
|
|
733
733
|
</div>
|
734
734
|
|
735
735
|
<div id="footer">
|
736
|
-
Generated on
|
736
|
+
Generated on Mon Feb 20 09:55:33 2012 by
|
737
737
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
738
738
|
0.7.4 (ruby-1.9.2).
|
739
739
|
</div>
|
@@ -66,14 +66,14 @@
|
|
66
66
|
|
67
67
|
<dt class="r1">Inherits:</dt>
|
68
68
|
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
73
73
|
|
74
74
|
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></li>
|
75
75
|
|
76
|
-
<li class="next"><span class='object_link'><a href="
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::ProjectCreateRequest</li>
|
79
79
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h2>Instance Attribute Summary</h2>
|
125
125
|
|
126
126
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></h3>
|
127
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -164,28 +164,7 @@ A new instance of ProjectCreateRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</span>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
189
168
|
|
190
169
|
|
191
170
|
|
@@ -214,6 +193,11 @@ A new instance of ProjectCreateRequest.
|
|
214
193
|
|
215
194
|
|
216
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/PostRequest.html#http_method-instance_method" title="Mushikago::Http::PostRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
217
201
|
|
218
202
|
|
219
203
|
|
@@ -296,9 +280,9 @@ A new instance of ProjectCreateRequest
|
|
296
280
|
|
297
281
|
|
298
282
|
<div class="method_details first">
|
299
|
-
<p class="signature first" id="
|
283
|
+
<p class="signature first" id="path-instance_method">
|
300
284
|
|
301
|
-
- (<tt>Object</tt>) <strong>
|
285
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
302
286
|
|
303
287
|
|
304
288
|
|
@@ -313,35 +297,7 @@ A new instance of ProjectCreateRequest
|
|
313
297
|
<td>
|
314
298
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_create_request.rb', line 5</span>
|
315
299
|
|
316
|
-
<span class='kw'>def</span> <span class='id identifier
|
317
|
-
</td>
|
318
|
-
</tr>
|
319
|
-
</table>
|
320
|
-
</div>
|
321
|
-
|
322
|
-
<div class="method_details ">
|
323
|
-
<p class="signature " id="new_http_request-instance_method">
|
324
|
-
|
325
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
</p><table class="source_code">
|
330
|
-
<tr>
|
331
|
-
<td>
|
332
|
-
<pre class="lines">
|
333
|
-
|
334
|
-
|
335
|
-
25
|
336
|
-
26
|
337
|
-
27</pre>
|
338
|
-
</td>
|
339
|
-
<td>
|
340
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_create_request.rb', line 25</span>
|
341
|
-
|
342
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
343
|
-
<span class='id identifier rubyid_new_http_post_request'>new_http_post_request</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
344
|
-
<span class='kw'>end</span></pre>
|
300
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/mitsubachi/project/create</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
345
301
|
</td>
|
346
302
|
</tr>
|
347
303
|
</table>
|
@@ -352,7 +308,7 @@ A new instance of ProjectCreateRequest
|
|
352
308
|
</div>
|
353
309
|
|
354
310
|
<div id="footer">
|
355
|
-
Generated on
|
311
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
356
312
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
357
313
|
0.7.4 (ruby-1.9.2).
|
358
314
|
</div>
|
@@ -66,14 +66,14 @@
|
|
66
66
|
|
67
67
|
<dt class="r1">Inherits:</dt>
|
68
68
|
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/DeleteRequest.html" title="Mushikago::Http::DeleteRequest (class)">Http::DeleteRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
73
73
|
|
74
74
|
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></li>
|
75
75
|
|
76
|
-
<li class="next"><span class='object_link'><a href="
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/DeleteRequest.html" title="Mushikago::Http::DeleteRequest (class)">Http::DeleteRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::ProjectDeleteRequest</li>
|
79
79
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h2>Instance Attribute Summary</h2>
|
125
125
|
|
126
126
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></h3>
|
127
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -164,28 +164,7 @@ A new instance of ProjectDeleteRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</span>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
189
168
|
|
190
169
|
|
191
170
|
|
@@ -214,6 +193,11 @@ A new instance of ProjectDeleteRequest.
|
|
214
193
|
|
215
194
|
|
216
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/DeleteRequest.html" title="Mushikago::Http::DeleteRequest (class)">Http::DeleteRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/DeleteRequest.html#http_method-instance_method" title="Mushikago::Http::DeleteRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
217
201
|
|
218
202
|
|
219
203
|
|
@@ -286,9 +270,9 @@ A new instance of ProjectDeleteRequest
|
|
286
270
|
|
287
271
|
|
288
272
|
<div class="method_details first">
|
289
|
-
<p class="signature first" id="
|
273
|
+
<p class="signature first" id="path-instance_method">
|
290
274
|
|
291
|
-
- (<tt>Object</tt>) <strong>
|
275
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
292
276
|
|
293
277
|
|
294
278
|
|
@@ -303,35 +287,7 @@ A new instance of ProjectDeleteRequest
|
|
303
287
|
<td>
|
304
288
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_delete_request.rb', line 5</span>
|
305
289
|
|
306
|
-
<span class='kw'>def</span> <span class='id identifier
|
307
|
-
</td>
|
308
|
-
</tr>
|
309
|
-
</table>
|
310
|
-
</div>
|
311
|
-
|
312
|
-
<div class="method_details ">
|
313
|
-
<p class="signature " id="new_http_request-instance_method">
|
314
|
-
|
315
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
</p><table class="source_code">
|
320
|
-
<tr>
|
321
|
-
<td>
|
322
|
-
<pre class="lines">
|
323
|
-
|
324
|
-
|
325
|
-
15
|
326
|
-
16
|
327
|
-
17</pre>
|
328
|
-
</td>
|
329
|
-
<td>
|
330
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_delete_request.rb', line 15</span>
|
331
|
-
|
332
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
333
|
-
<span class='id identifier rubyid_new_http_delete_request'>new_http_delete_request</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path'>path</span><span class='rbrace'>}</span><span class='tstring_content'>?</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_url_encoded_params'>url_encoded_params</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
334
|
-
<span class='kw'>end</span></pre>
|
290
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/mitsubachi/project/delete</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
335
291
|
</td>
|
336
292
|
</tr>
|
337
293
|
</table>
|
@@ -342,7 +298,7 @@ A new instance of ProjectDeleteRequest
|
|
342
298
|
</div>
|
343
299
|
|
344
300
|
<div id="footer">
|
345
|
-
Generated on
|
301
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
346
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
303
|
0.7.4 (ruby-1.9.2).
|
348
304
|
</div>
|
@@ -66,14 +66,14 @@
|
|
66
66
|
|
67
67
|
<dt class="r1">Inherits:</dt>
|
68
68
|
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
73
73
|
|
74
74
|
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></li>
|
75
75
|
|
76
|
-
<li class="next"><span class='object_link'><a href="
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::ProjectDiscontinueRequest</li>
|
79
79
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h2>Instance Attribute Summary</h2>
|
125
125
|
|
126
126
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></h3>
|
127
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -164,28 +164,7 @@ A new instance of ProjectDiscontinueRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</span>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
189
168
|
|
190
169
|
|
191
170
|
|
@@ -214,6 +193,11 @@ A new instance of ProjectDiscontinueRequest.
|
|
214
193
|
|
215
194
|
|
216
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/PostRequest.html#http_method-instance_method" title="Mushikago::Http::PostRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
217
201
|
|
218
202
|
|
219
203
|
|
@@ -284,9 +268,9 @@ A new instance of ProjectDiscontinueRequest
|
|
284
268
|
|
285
269
|
|
286
270
|
<div class="method_details first">
|
287
|
-
<p class="signature first" id="
|
271
|
+
<p class="signature first" id="path-instance_method">
|
288
272
|
|
289
|
-
- (<tt>Object</tt>) <strong>
|
273
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
290
274
|
|
291
275
|
|
292
276
|
|
@@ -301,35 +285,7 @@ A new instance of ProjectDiscontinueRequest
|
|
301
285
|
<td>
|
302
286
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_discontinue_request.rb', line 5</span>
|
303
287
|
|
304
|
-
<span class='kw'>def</span> <span class='id identifier
|
305
|
-
</td>
|
306
|
-
</tr>
|
307
|
-
</table>
|
308
|
-
</div>
|
309
|
-
|
310
|
-
<div class="method_details ">
|
311
|
-
<p class="signature " id="new_http_request-instance_method">
|
312
|
-
|
313
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
</p><table class="source_code">
|
318
|
-
<tr>
|
319
|
-
<td>
|
320
|
-
<pre class="lines">
|
321
|
-
|
322
|
-
|
323
|
-
13
|
324
|
-
14
|
325
|
-
15</pre>
|
326
|
-
</td>
|
327
|
-
<td>
|
328
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/project_discontinue_request.rb', line 13</span>
|
329
|
-
|
330
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
331
|
-
<span class='id identifier rubyid_new_http_post_request'>new_http_post_request</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
332
|
-
<span class='kw'>end</span></pre>
|
288
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/mitsubachi/project/discontinue</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
333
289
|
</td>
|
334
290
|
</tr>
|
335
291
|
</table>
|
@@ -340,7 +296,7 @@ A new instance of ProjectDiscontinueRequest
|
|
340
296
|
</div>
|
341
297
|
|
342
298
|
<div id="footer">
|
343
|
-
Generated on
|
299
|
+
Generated on Mon Feb 20 09:55:35 2012 by
|
344
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
345
301
|
0.7.4 (ruby-1.9.2).
|
346
302
|
</div>
|