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/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</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/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::ResourceGetRequest</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,7 +164,7 @@ A new instance of ResourceGetRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
168
168
|
|
169
169
|
|
170
170
|
|
@@ -193,6 +193,11 @@ A new instance of ResourceGetRequest.
|
|
193
193
|
|
194
194
|
|
195
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/GetRequest.html#http_method-instance_method" title="Mushikago::Http::GetRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
196
201
|
|
197
202
|
|
198
203
|
|
@@ -265,9 +270,9 @@ A new instance of ResourceGetRequest
|
|
265
270
|
|
266
271
|
|
267
272
|
<div class="method_details first">
|
268
|
-
<p class="signature first" id="
|
273
|
+
<p class="signature first" id="path-instance_method">
|
269
274
|
|
270
|
-
- (<tt>Object</tt>) <strong>
|
275
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
271
276
|
|
272
277
|
|
273
278
|
|
@@ -282,7 +287,7 @@ A new instance of ResourceGetRequest
|
|
282
287
|
<td>
|
283
288
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/resource_get_request.rb', line 5</span>
|
284
289
|
|
285
|
-
<span class='kw'>def</span> <span class='id identifier
|
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/resource/get</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
286
291
|
</td>
|
287
292
|
</tr>
|
288
293
|
</table>
|
@@ -293,7 +298,7 @@ A new instance of ResourceGetRequest
|
|
293
298
|
</div>
|
294
299
|
|
295
300
|
<div id="footer">
|
296
|
-
Generated on
|
301
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
297
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
303
|
0.7.4 (ruby-1.9.2).
|
299
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/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</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/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::ResourceListRequest</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,7 +164,7 @@ A new instance of ResourceListRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
168
168
|
|
169
169
|
|
170
170
|
|
@@ -193,6 +193,11 @@ A new instance of ResourceListRequest.
|
|
193
193
|
|
194
194
|
|
195
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/GetRequest.html#http_method-instance_method" title="Mushikago::Http::GetRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
196
201
|
|
197
202
|
|
198
203
|
|
@@ -269,9 +274,9 @@ A new instance of ResourceListRequest
|
|
269
274
|
|
270
275
|
|
271
276
|
<div class="method_details first">
|
272
|
-
<p class="signature first" id="
|
277
|
+
<p class="signature first" id="path-instance_method">
|
273
278
|
|
274
|
-
- (<tt>Object</tt>) <strong>
|
279
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
275
280
|
|
276
281
|
|
277
282
|
|
@@ -286,7 +291,7 @@ A new instance of ResourceListRequest
|
|
286
291
|
<td>
|
287
292
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/resource_list_request.rb', line 5</span>
|
288
293
|
|
289
|
-
<span class='kw'>def</span> <span class='id identifier
|
294
|
+
<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/resource/list</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
290
295
|
</td>
|
291
296
|
</tr>
|
292
297
|
</table>
|
@@ -297,7 +302,7 @@ A new instance of ResourceListRequest
|
|
297
302
|
</div>
|
298
303
|
|
299
304
|
<div id="footer">
|
300
|
-
Generated on
|
305
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
301
306
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
302
307
|
0.7.4 (ruby-1.9.2).
|
303
308
|
</div>
|
@@ -66,7 +66,7 @@
|
|
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/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
|
76
76
|
<li class="next"><span class='object_link'><a href="../Http/MultipartRequest.html" title="Mushikago::Http::MultipartRequest (class)">Http::MultipartRequest</a></span></li>
|
77
77
|
|
78
|
-
<li class="next"><span class='object_link'><a href="
|
78
|
+
<li class="next"><span class='object_link'><a href="../Http/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></li>
|
79
79
|
|
80
80
|
<li class="next">Mushikago::Mitsubachi::ResourceStoreRequest</li>
|
81
81
|
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<h2>Instance Attribute Summary</h2>
|
140
140
|
|
141
141
|
<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>
|
142
|
-
<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#
|
142
|
+
<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>
|
143
143
|
|
144
144
|
|
145
145
|
|
@@ -179,28 +179,7 @@ A new instance of ResourceStoreRequest.
|
|
179
179
|
<li class="public ">
|
180
180
|
<span class="summary_signature">
|
181
181
|
|
182
|
-
<a href="#
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
</span>
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
196
|
-
|
197
|
-
</li>
|
198
|
-
|
199
|
-
|
200
|
-
<li class="public ">
|
201
|
-
<span class="summary_signature">
|
202
|
-
|
203
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
182
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
204
183
|
|
205
184
|
|
206
185
|
|
@@ -229,6 +208,11 @@ A new instance of ResourceStoreRequest.
|
|
229
208
|
|
230
209
|
|
231
210
|
|
211
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></h3>
|
212
|
+
<p class="inherited"><span class='object_link'><a href="../Http/MultipartPostRequest.html#http_method-instance_method" title="Mushikago::Http::MultipartPostRequest#http_method (method)">#http_method</a></span></p>
|
213
|
+
|
214
|
+
|
215
|
+
|
232
216
|
|
233
217
|
|
234
218
|
|
@@ -325,9 +309,9 @@ A new instance of ResourceStoreRequest
|
|
325
309
|
|
326
310
|
|
327
311
|
<div class="method_details first">
|
328
|
-
<p class="signature first" id="
|
312
|
+
<p class="signature first" id="path-instance_method">
|
329
313
|
|
330
|
-
- (<tt>Object</tt>) <strong>
|
314
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
331
315
|
|
332
316
|
|
333
317
|
|
@@ -342,35 +326,7 @@ A new instance of ResourceStoreRequest
|
|
342
326
|
<td>
|
343
327
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/resource_store_request.rb', line 5</span>
|
344
328
|
|
345
|
-
<span class='kw'>def</span> <span class='id identifier
|
346
|
-
</td>
|
347
|
-
</tr>
|
348
|
-
</table>
|
349
|
-
</div>
|
350
|
-
|
351
|
-
<div class="method_details ">
|
352
|
-
<p class="signature " id="new_http_request-instance_method">
|
353
|
-
|
354
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
</p><table class="source_code">
|
359
|
-
<tr>
|
360
|
-
<td>
|
361
|
-
<pre class="lines">
|
362
|
-
|
363
|
-
|
364
|
-
25
|
365
|
-
26
|
366
|
-
27</pre>
|
367
|
-
</td>
|
368
|
-
<td>
|
369
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/resource_store_request.rb', line 25</span>
|
370
|
-
|
371
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
372
|
-
<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>
|
373
|
-
<span class='kw'>end</span></pre>
|
329
|
+
<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/resource/store</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
374
330
|
</td>
|
375
331
|
</tr>
|
376
332
|
</table>
|
@@ -381,7 +337,7 @@ A new instance of ResourceStoreRequest
|
|
381
337
|
</div>
|
382
338
|
|
383
339
|
<div id="footer">
|
384
|
-
Generated on
|
340
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
385
341
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
386
342
|
0.7.4 (ruby-1.9.2).
|
387
343
|
</div>
|
@@ -537,7 +537,7 @@ Returns the value of attribute project_name
|
|
537
537
|
</div>
|
538
538
|
|
539
539
|
<div id="footer">
|
540
|
-
Generated on
|
540
|
+
Generated on Mon Feb 20 09:55:33 2012 by
|
541
541
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
542
542
|
0.7.4 (ruby-1.9.2).
|
543
543
|
</div>
|
@@ -560,7 +560,7 @@ Returns the value of attribute script_name
|
|
560
560
|
</div>
|
561
561
|
|
562
562
|
<div id="footer">
|
563
|
-
Generated on
|
563
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
564
564
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
565
565
|
0.7.4 (ruby-1.9.2).
|
566
566
|
</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::ScriptDeleteRequest</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 ScriptDeleteRequest.
|
|
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 ScriptDeleteRequest.
|
|
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 ScriptDeleteRequest
|
|
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 ScriptDeleteRequest
|
|
303
287
|
<td>
|
304
288
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/script_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/script_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/script/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 ScriptDeleteRequest
|
|
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,7 +66,7 @@
|
|
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/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
|
76
76
|
<li class="next"><span class='object_link'><a href="../Http/MultipartRequest.html" title="Mushikago::Http::MultipartRequest (class)">Http::MultipartRequest</a></span></li>
|
77
77
|
|
78
|
-
<li class="next"><span class='object_link'><a href="
|
78
|
+
<li class="next"><span class='object_link'><a href="../Http/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></li>
|
79
79
|
|
80
80
|
<li class="next">Mushikago::Mitsubachi::ScriptDeployRequest</li>
|
81
81
|
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<h2>Instance Attribute Summary</h2>
|
140
140
|
|
141
141
|
<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>
|
142
|
-
<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#
|
142
|
+
<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>
|
143
143
|
|
144
144
|
|
145
145
|
|
@@ -179,28 +179,7 @@ A new instance of ScriptDeployRequest.
|
|
179
179
|
<li class="public ">
|
180
180
|
<span class="summary_signature">
|
181
181
|
|
182
|
-
<a href="#
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
</span>
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
196
|
-
|
197
|
-
</li>
|
198
|
-
|
199
|
-
|
200
|
-
<li class="public ">
|
201
|
-
<span class="summary_signature">
|
202
|
-
|
203
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
182
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
204
183
|
|
205
184
|
|
206
185
|
|
@@ -229,6 +208,11 @@ A new instance of ScriptDeployRequest.
|
|
229
208
|
|
230
209
|
|
231
210
|
|
211
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span></h3>
|
212
|
+
<p class="inherited"><span class='object_link'><a href="../Http/MultipartPostRequest.html#http_method-instance_method" title="Mushikago::Http::MultipartPostRequest#http_method (method)">#http_method</a></span></p>
|
213
|
+
|
214
|
+
|
215
|
+
|
232
216
|
|
233
217
|
|
234
218
|
|
@@ -321,9 +305,9 @@ A new instance of ScriptDeployRequest
|
|
321
305
|
|
322
306
|
|
323
307
|
<div class="method_details first">
|
324
|
-
<p class="signature first" id="
|
308
|
+
<p class="signature first" id="path-instance_method">
|
325
309
|
|
326
|
-
- (<tt>Object</tt>) <strong>
|
310
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
327
311
|
|
328
312
|
|
329
313
|
|
@@ -338,35 +322,7 @@ A new instance of ScriptDeployRequest
|
|
338
322
|
<td>
|
339
323
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/script_deploy_request.rb', line 5</span>
|
340
324
|
|
341
|
-
<span class='kw'>def</span> <span class='id identifier
|
342
|
-
</td>
|
343
|
-
</tr>
|
344
|
-
</table>
|
345
|
-
</div>
|
346
|
-
|
347
|
-
<div class="method_details ">
|
348
|
-
<p class="signature " id="new_http_request-instance_method">
|
349
|
-
|
350
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
</p><table class="source_code">
|
355
|
-
<tr>
|
356
|
-
<td>
|
357
|
-
<pre class="lines">
|
358
|
-
|
359
|
-
|
360
|
-
21
|
361
|
-
22
|
362
|
-
23</pre>
|
363
|
-
</td>
|
364
|
-
<td>
|
365
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/script_deploy_request.rb', line 21</span>
|
366
|
-
|
367
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
368
|
-
<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>
|
369
|
-
<span class='kw'>end</span></pre>
|
325
|
+
<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/script/deploy</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
370
326
|
</td>
|
371
327
|
</tr>
|
372
328
|
</table>
|
@@ -377,7 +333,7 @@ A new instance of ScriptDeployRequest
|
|
377
333
|
</div>
|
378
334
|
|
379
335
|
<div id="footer">
|
380
|
-
Generated on
|
336
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
381
337
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
382
338
|
0.7.4 (ruby-1.9.2).
|
383
339
|
</div>
|