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.
Files changed (117) hide show
  1. data/README.md +45 -1
  2. data/doc/Mushikago.html +3 -3
  3. data/doc/Mushikago/Auth.html +1 -1
  4. data/doc/Mushikago/Auth/Signature.html +2 -2
  5. data/doc/Mushikago/Auth/Signer.html +1 -1
  6. data/doc/Mushikago/Config.html +1 -1
  7. data/doc/Mushikago/Hotaru.html +3 -3
  8. data/doc/Mushikago/Hotaru/ClassifierJudgeRequest.html +307 -0
  9. data/doc/Mushikago/Hotaru/Client.html +3511 -155
  10. data/doc/Mushikago/Hotaru/CollocationCreateRequest.html +375 -0
  11. data/doc/Mushikago/Hotaru/CollocationDeleteRequest.html +307 -0
  12. data/doc/Mushikago/Hotaru/CollocationDownloadRequest.html +307 -0
  13. data/doc/Mushikago/Hotaru/CollocationGetRequest.html +309 -0
  14. data/doc/Mushikago/Hotaru/CollocationListRequest.html +313 -0
  15. data/doc/Mushikago/Hotaru/CollocationWordlistRequest.html +313 -0
  16. data/doc/Mushikago/Hotaru/DictionaryDeleteRequest.html +305 -0
  17. data/doc/Mushikago/Hotaru/DictionaryListRequest.html +309 -0
  18. data/doc/Mushikago/Hotaru/DictionaryPutRequest.html +342 -0
  19. data/doc/Mushikago/Hotaru/DomainCreateRequest.html +313 -0
  20. data/doc/Mushikago/Hotaru/DomainDeleteRequest.html +305 -0
  21. data/doc/Mushikago/Hotaru/DomainInfoRequest.html +307 -0
  22. data/doc/Mushikago/Hotaru/DomainListRequest.html +311 -0
  23. data/doc/Mushikago/Hotaru/TagDeleteRequest.html +307 -0
  24. data/doc/Mushikago/Hotaru/TagListRequest.html +307 -0
  25. data/doc/Mushikago/Hotaru/TagPutRequest.html +307 -0
  26. data/doc/Mushikago/Hotaru/TextDeleteRequest.html +309 -0
  27. data/doc/Mushikago/Hotaru/TextGetRequest.html +307 -0
  28. data/doc/Mushikago/Hotaru/TextListRequest.html +315 -0
  29. data/doc/Mushikago/Hotaru/TextPutRequest.html +311 -0
  30. data/doc/Mushikago/Hotaru/TextTagsetRequest.html +311 -0
  31. data/doc/Mushikago/Hotaru/WordGetRequest.html +307 -0
  32. data/doc/Mushikago/Hotaru/WordListRequest.html +311 -0
  33. data/doc/Mushikago/Http.html +3 -3
  34. data/doc/Mushikago/Http/Client.html +104 -13
  35. data/doc/Mushikago/Http/DeleteRequest.html +240 -0
  36. data/doc/Mushikago/Http/GetRequest.html +240 -0
  37. data/doc/Mushikago/Http/MultipartPostRequest.html +265 -0
  38. data/doc/Mushikago/Http/MultipartPutRequest.html +265 -0
  39. data/doc/Mushikago/Http/MultipartRequest.html +7 -11
  40. data/doc/Mushikago/Http/PostRequest.html +240 -0
  41. data/doc/Mushikago/Http/PutRequest.html +240 -0
  42. data/doc/Mushikago/Http/Request.html +46 -133
  43. data/doc/Mushikago/Http/Response.html +56 -1
  44. data/doc/Mushikago/Mitsubachi.html +3 -3
  45. data/doc/Mushikago/Mitsubachi/Client.html +2 -2
  46. data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +13 -57
  47. data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +13 -57
  48. data/doc/Mushikago/Mitsubachi/Project.html +1 -1
  49. data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +13 -57
  50. data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +13 -57
  51. data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +13 -57
  52. data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +13 -8
  53. data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +13 -8
  54. data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +13 -8
  55. data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +13 -57
  56. data/doc/Mushikago/Mitsubachi/Projects.html +1 -1
  57. data/doc/Mushikago/Mitsubachi/Resource.html +1 -1
  58. data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +13 -57
  59. data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +13 -8
  60. data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +13 -8
  61. data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +13 -57
  62. data/doc/Mushikago/Mitsubachi/Resources.html +1 -1
  63. data/doc/Mushikago/Mitsubachi/Script.html +1 -1
  64. data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +13 -57
  65. data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +13 -57
  66. data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +13 -8
  67. data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +13 -8
  68. data/doc/Mushikago/Mitsubachi/Scripts.html +1 -1
  69. data/doc/Mushikago/Tombo.html +3 -3
  70. data/doc/Mushikago/Tombo/CaptureRequest.html +13 -57
  71. data/doc/Mushikago/Tombo/CapturesRequest.html +13 -8
  72. data/doc/Mushikago/Tombo/Client.html +2 -2
  73. data/doc/Mushikago/Tombo/DeleteRequest.html +13 -57
  74. data/doc/Mushikago/Tombo/InfoRequest.html +13 -8
  75. data/doc/_index.html +227 -29
  76. data/doc/class_list.html +1 -1
  77. data/doc/file.README.html +51 -2
  78. data/doc/index.html +51 -2
  79. data/doc/method_list.html +728 -256
  80. data/doc/top-level-namespace.html +1 -1
  81. data/lib/mushikago/hotaru.rb +35 -12
  82. data/lib/mushikago/hotaru/classifier_judge_request.rb +16 -0
  83. data/lib/mushikago/hotaru/client.rb +325 -27
  84. data/lib/mushikago/hotaru/collocation_create_request.rb +35 -0
  85. data/lib/mushikago/hotaru/collocation_delete_request.rb +16 -0
  86. data/lib/mushikago/hotaru/collocation_download_request.rb +16 -0
  87. data/lib/mushikago/hotaru/collocation_get_request.rb +18 -0
  88. data/lib/mushikago/hotaru/collocation_list_request.rb +23 -0
  89. data/lib/mushikago/hotaru/collocation_wordlist_request.rb +22 -0
  90. data/lib/mushikago/hotaru/dictionary_delete_request.rb +14 -0
  91. data/lib/mushikago/hotaru/dictionary_list_request.rb +23 -0
  92. data/lib/mushikago/hotaru/dictionary_put_request.rb +26 -0
  93. data/lib/mushikago/hotaru/domain_create_request.rb +23 -0
  94. data/lib/mushikago/hotaru/domain_delete_request.rb +14 -0
  95. data/lib/mushikago/hotaru/domain_info_request.rb +20 -0
  96. data/lib/mushikago/hotaru/domain_list_request.rb +21 -0
  97. data/lib/mushikago/hotaru/tag_delete_request.rb +18 -0
  98. data/lib/mushikago/hotaru/tag_list_request.rb +16 -0
  99. data/lib/mushikago/hotaru/tag_put_request.rb +17 -0
  100. data/lib/mushikago/hotaru/text_delete_request.rb +18 -0
  101. data/lib/mushikago/hotaru/text_get_request.rb +16 -0
  102. data/lib/mushikago/hotaru/text_list_request.rb +25 -0
  103. data/lib/mushikago/hotaru/text_put_request.rb +20 -0
  104. data/lib/mushikago/hotaru/text_tagset_request.rb +20 -0
  105. data/lib/mushikago/hotaru/word_get_request.rb +16 -0
  106. data/lib/mushikago/hotaru/word_list_request.rb +20 -0
  107. data/lib/mushikago/http/client.rb +5 -1
  108. data/lib/mushikago/http/request.rb +5 -0
  109. data/lib/mushikago/http/response.rb +7 -0
  110. data/lib/mushikago/version.rb +1 -1
  111. data/spec/mushikago/auth/signature_spec.rb +1 -2
  112. data/spec/mushikago/http/client_spec.rb +3 -2
  113. data/spec/mushikago/http/request_spec.rb +1 -3
  114. data/spec/mushikago/tombo/client_spec.rb +3 -2
  115. metadata +72 -21
  116. data/lib/mushikago/hotaru/request.rb +0 -32
  117. 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="Request.html" title="Mushikago::Mitsubachi::Request (class)">Request</a></span></span>
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="Request.html" title="Mushikago::Mitsubachi::Request (class)">Request</a></span></li>
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::ScriptGetRequest</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#http_method-instance_method" title="Mushikago::Http::Request#http_method (method)">http_method</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>
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 ScriptGetRequest.
164
164
  <li class="public ">
165
165
  <span class="summary_signature">
166
166
 
167
- <a href="#method_name-instance_method" title="#method_name (instance method)">- (Object) <strong>method_name</strong> </a>
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 ScriptGetRequest.
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 ScriptGetRequest
265
270
 
266
271
 
267
272
  <div class="method_details first">
268
- <p class="signature first" id="method_name-instance_method">
273
+ <p class="signature first" id="path-instance_method">
269
274
 
270
- - (<tt>Object</tt>) <strong>method_name</strong>
275
+ - (<tt>Object</tt>) <strong>path</strong>
271
276
 
272
277
 
273
278
 
@@ -282,7 +287,7 @@ A new instance of ScriptGetRequest
282
287
  <td>
283
288
  <pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/script_get_request.rb', line 5</span>
284
289
 
285
- <span class='kw'>def</span> <span class='id identifier rubyid_method_name'>method_name</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>script/get</span><span class='tstring_end'>'</span></span> <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/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 ScriptGetRequest
293
298
  </div>
294
299
 
295
300
  <div id="footer">
296
- Generated on Wed Feb 1 14:15:30 2012 by
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="Request.html" title="Mushikago::Mitsubachi::Request (class)">Request</a></span></span>
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="Request.html" title="Mushikago::Mitsubachi::Request (class)">Request</a></span></li>
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::ScriptListRequest</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#http_method-instance_method" title="Mushikago::Http::Request#http_method (method)">http_method</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>
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 ScriptListRequest.
164
164
  <li class="public ">
165
165
  <span class="summary_signature">
166
166
 
167
- <a href="#method_name-instance_method" title="#method_name (instance method)">- (Object) <strong>method_name</strong> </a>
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 ScriptListRequest.
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 ScriptListRequest
269
274
 
270
275
 
271
276
  <div class="method_details first">
272
- <p class="signature first" id="method_name-instance_method">
277
+ <p class="signature first" id="path-instance_method">
273
278
 
274
- - (<tt>Object</tt>) <strong>method_name</strong>
279
+ - (<tt>Object</tt>) <strong>path</strong>
275
280
 
276
281
 
277
282
 
@@ -286,7 +291,7 @@ A new instance of ScriptListRequest
286
291
  <td>
287
292
  <pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/script_list_request.rb', line 5</span>
288
293
 
289
- <span class='kw'>def</span> <span class='id identifier rubyid_method_name'>method_name</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>script/list</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
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/script/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 ScriptListRequest
297
302
  </div>
298
303
 
299
304
  <div id="footer">
300
- Generated on Wed Feb 1 14:15:30 2012 by
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>
@@ -537,7 +537,7 @@ Returns the value of attribute project_name
537
537
  </div>
538
538
 
539
539
  <div id="footer">
540
- Generated on Wed Feb 1 14:15:30 2012 by
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>
@@ -73,7 +73,7 @@
73
73
 
74
74
  <dt class="r1 last">Defined in:</dt>
75
75
  <dd class="r1 last">lib/mushikago/tombo.rb<span class="defines">,<br />
76
- lib/mushikago/tombo/client.rb,<br /> lib/mushikago/tombo/request.rb,<br /> lib/mushikago/tombo/info_request.rb,<br /> lib/mushikago/tombo/delete_request.rb,<br /> lib/mushikago/tombo/capture_request.rb,<br /> lib/mushikago/tombo/captures_request.rb</span>
76
+ lib/mushikago/tombo/client.rb,<br /> lib/mushikago/tombo/info_request.rb,<br /> lib/mushikago/tombo/delete_request.rb,<br /> lib/mushikago/tombo/capture_request.rb,<br /> lib/mushikago/tombo/captures_request.rb</span>
77
77
  </dd>
78
78
 
79
79
  </dl>
@@ -97,7 +97,7 @@ Tomboへのアクセスを行うモジュール
97
97
 
98
98
 
99
99
 
100
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Tombo/CaptureRequest.html" title="Mushikago::Tombo::CaptureRequest (class)">CaptureRequest</a></span>, <span class='object_link'><a href="Tombo/CapturesRequest.html" title="Mushikago::Tombo::CapturesRequest (class)">CapturesRequest</a></span>, <span class='object_link'><a href="Tombo/Client.html" title="Mushikago::Tombo::Client (class)">Client</a></span>, <span class='object_link'><a href="Tombo/DeleteRequest.html" title="Mushikago::Tombo::DeleteRequest (class)">DeleteRequest</a></span>, <span class='object_link'><a href="Tombo/InfoRequest.html" title="Mushikago::Tombo::InfoRequest (class)">InfoRequest</a></span>, <span class='object_link'><a href="Tombo/Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span>
100
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Tombo/CaptureRequest.html" title="Mushikago::Tombo::CaptureRequest (class)">CaptureRequest</a></span>, <span class='object_link'><a href="Tombo/CapturesRequest.html" title="Mushikago::Tombo::CapturesRequest (class)">CapturesRequest</a></span>, <span class='object_link'><a href="Tombo/Client.html" title="Mushikago::Tombo::Client (class)">Client</a></span>, <span class='object_link'><a href="Tombo/DeleteRequest.html" title="Mushikago::Tombo::DeleteRequest (class)">DeleteRequest</a></span>, <span class='object_link'><a href="Tombo/InfoRequest.html" title="Mushikago::Tombo::InfoRequest (class)">InfoRequest</a></span>
101
101
 
102
102
 
103
103
  </p>
@@ -111,7 +111,7 @@ Tomboへのアクセスを行うモジュール
111
111
  </div>
112
112
 
113
113
  <div id="footer">
114
- Generated on Wed Feb 1 14:15:29 2012 by
114
+ Generated on Mon Feb 20 09:55:31 2012 by
115
115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
116
  0.7.4 (ruby-1.9.2).
117
117
  </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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></span>
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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></li>
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::Tombo::CaptureRequest</li>
79
79
 
@@ -136,7 +136,7 @@
136
136
  <h2>Instance Attribute Summary</h2>
137
137
 
138
138
  <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>
139
- <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#http_method-instance_method" title="Mushikago::Http::Request#http_method (method)">http_method</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>
139
+ <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>
140
140
 
141
141
 
142
142
 
@@ -176,28 +176,7 @@ A new instance of CaptureRequest.
176
176
  <li class="public ">
177
177
  <span class="summary_signature">
178
178
 
179
- <a href="#method_name-instance_method" title="#method_name (instance method)">- (Object) <strong>method_name</strong> </a>
180
-
181
-
182
-
183
- </span>
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
- <span class="summary_desc"><div class='inline'></div></span>
193
-
194
- </li>
195
-
196
-
197
- <li class="public ">
198
- <span class="summary_signature">
199
-
200
- <a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
179
+ <a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
201
180
 
202
181
 
203
182
 
@@ -226,6 +205,11 @@ A new instance of CaptureRequest.
226
205
 
227
206
 
228
207
 
208
+ <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>
209
+ <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>
210
+
211
+
212
+
229
213
 
230
214
 
231
215
 
@@ -419,9 +403,9 @@ A new instance of CaptureRequest
419
403
 
420
404
 
421
405
  <div class="method_details first">
422
- <p class="signature first" id="method_name-instance_method">
406
+ <p class="signature first" id="path-instance_method">
423
407
 
424
- - (<tt>Object</tt>) <strong>method_name</strong>
408
+ - (<tt>Object</tt>) <strong>path</strong>
425
409
 
426
410
 
427
411
 
@@ -436,35 +420,7 @@ A new instance of CaptureRequest
436
420
  <td>
437
421
  <pre class="code"><span class="info file"># File 'lib/mushikago/tombo/capture_request.rb', line 6</span>
438
422
 
439
- <span class='kw'>def</span> <span class='id identifier rubyid_method_name'>method_name</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>capture</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
440
- </td>
441
- </tr>
442
- </table>
443
- </div>
444
-
445
- <div class="method_details ">
446
- <p class="signature " id="new_http_request-instance_method">
447
-
448
- - (<tt>Object</tt>) <strong>new_http_request</strong>
449
-
450
-
451
-
452
- </p><table class="source_code">
453
- <tr>
454
- <td>
455
- <pre class="lines">
456
-
457
-
458
- 34
459
- 35
460
- 36</pre>
461
- </td>
462
- <td>
463
- <pre class="code"><span class="info file"># File 'lib/mushikago/tombo/capture_request.rb', line 34</span>
464
-
465
- <span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
466
- <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>
467
- <span class='kw'>end</span></pre>
423
+ <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/tombo/capture</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
468
424
  </td>
469
425
  </tr>
470
426
  </table>
@@ -475,7 +431,7 @@ A new instance of CaptureRequest
475
431
  </div>
476
432
 
477
433
  <div id="footer">
478
- Generated on Wed Feb 1 14:15:30 2012 by
434
+ Generated on Mon Feb 20 09:55:33 2012 by
479
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
480
436
  0.7.4 (ruby-1.9.2).
481
437
  </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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></span>
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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></li>
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::Tombo::CapturesRequest</li>
79
79
 
@@ -136,7 +136,7 @@
136
136
  <h2>Instance Attribute Summary</h2>
137
137
 
138
138
  <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>
139
- <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#http_method-instance_method" title="Mushikago::Http::Request#http_method (method)">http_method</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>
139
+ <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>
140
140
 
141
141
 
142
142
 
@@ -176,7 +176,7 @@ A new instance of CapturesRequest.
176
176
  <li class="public ">
177
177
  <span class="summary_signature">
178
178
 
179
- <a href="#method_name-instance_method" title="#method_name (instance method)">- (Object) <strong>method_name</strong> </a>
179
+ <a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
180
180
 
181
181
 
182
182
 
@@ -205,6 +205,11 @@ A new instance of CapturesRequest.
205
205
 
206
206
 
207
207
 
208
+ <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>
209
+ <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>
210
+
211
+
212
+
208
213
 
209
214
 
210
215
 
@@ -375,9 +380,9 @@ A new instance of CapturesRequest
375
380
 
376
381
 
377
382
  <div class="method_details first">
378
- <p class="signature first" id="method_name-instance_method">
383
+ <p class="signature first" id="path-instance_method">
379
384
 
380
- - (<tt>Object</tt>) <strong>method_name</strong>
385
+ - (<tt>Object</tt>) <strong>path</strong>
381
386
 
382
387
 
383
388
 
@@ -392,7 +397,7 @@ A new instance of CapturesRequest
392
397
  <td>
393
398
  <pre class="code"><span class="info file"># File 'lib/mushikago/tombo/captures_request.rb', line 6</span>
394
399
 
395
- <span class='kw'>def</span> <span class='id identifier rubyid_method_name'>method_name</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>captures</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
400
+ <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/tombo/captures</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
396
401
  </td>
397
402
  </tr>
398
403
  </table>
@@ -403,7 +408,7 @@ A new instance of CapturesRequest
403
408
  </div>
404
409
 
405
410
  <div id="footer">
406
- Generated on Wed Feb 1 14:15:30 2012 by
411
+ Generated on Mon Feb 20 09:55:33 2012 by
407
412
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
408
413
  0.7.4 (ruby-1.9.2).
409
414
  </div>
@@ -142,7 +142,7 @@ APIキーをファイルから読み込む場合
142
142
  <h2>Instance Attribute Summary</h2>
143
143
 
144
144
  <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Client.html" title="Mushikago::Http::Client (class)">Http::Client</a></span></h3>
145
- <p class="inherited"><span class='object_link'><a href="../Http/Client.html#api_key-instance_method" title="Mushikago::Http::Client#api_key (method)">api_key</a></span>, <span class='object_link'><a href="../Http/Client.html#signer-instance_method" title="Mushikago::Http::Client#signer (method)">signer</a></span></p>
145
+ <p class="inherited"><span class='object_link'><a href="../Http/Client.html#api_key-instance_method" title="Mushikago::Http::Client#api_key (method)">api_key</a></span>, <span class='object_link'><a href="../Http/Client.html#signer-instance_method" title="Mushikago::Http::Client#signer (method)">signer</a></span>, <span class='object_link'><a href="../Http/Client.html#use_ssl-instance_method" title="Mushikago::Http::Client#use_ssl (method)">use_ssl</a></span></p>
146
146
 
147
147
 
148
148
 
@@ -809,7 +809,7 @@ APIの使用状況を取得する
809
809
  </div>
810
810
 
811
811
  <div id="footer">
812
- Generated on Wed Feb 1 14:15:29 2012 by
812
+ Generated on Mon Feb 20 09:55:32 2012 by
813
813
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
814
814
  0.7.4 (ruby-1.9.2).
815
815
  </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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></span>
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="Request.html" title="Mushikago::Tombo::Request (class)">Request</a></span></li>
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::Tombo::DeleteRequest</li>
79
79
 
@@ -136,7 +136,7 @@ Deleteリクエスト
136
136
  <h2>Instance Attribute Summary</h2>
137
137
 
138
138
  <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>
139
- <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#http_method-instance_method" title="Mushikago::Http::Request#http_method (method)">http_method</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>
139
+ <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>
140
140
 
141
141
 
142
142
 
@@ -176,28 +176,7 @@ A new instance of DeleteRequest.
176
176
  <li class="public ">
177
177
  <span class="summary_signature">
178
178
 
179
- <a href="#method_name-instance_method" title="#method_name (instance method)">- (Object) <strong>method_name</strong> </a>
180
-
181
-
182
-
183
- </span>
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
- <span class="summary_desc"><div class='inline'></div></span>
193
-
194
- </li>
195
-
196
-
197
- <li class="public ">
198
- <span class="summary_signature">
199
-
200
- <a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
179
+ <a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
201
180
 
202
181
 
203
182
 
@@ -226,6 +205,11 @@ A new instance of DeleteRequest.
226
205
 
227
206
 
228
207
 
208
+ <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>
209
+ <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>
210
+
211
+
212
+
229
213
 
230
214
 
231
215
 
@@ -336,9 +320,9 @@ A new instance of DeleteRequest
336
320
 
337
321
 
338
322
  <div class="method_details first">
339
- <p class="signature first" id="method_name-instance_method">
323
+ <p class="signature first" id="path-instance_method">
340
324
 
341
- - (<tt>Object</tt>) <strong>method_name</strong>
325
+ - (<tt>Object</tt>) <strong>path</strong>
342
326
 
343
327
 
344
328
 
@@ -353,35 +337,7 @@ A new instance of DeleteRequest
353
337
  <td>
354
338
  <pre class="code"><span class="info file"># File 'lib/mushikago/tombo/delete_request.rb', line 6</span>
355
339
 
356
- <span class='kw'>def</span> <span class='id identifier rubyid_method_name'>method_name</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>delete</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
357
- </td>
358
- </tr>
359
- </table>
360
- </div>
361
-
362
- <div class="method_details ">
363
- <p class="signature " id="new_http_request-instance_method">
364
-
365
- - (<tt>Object</tt>) <strong>new_http_request</strong>
366
-
367
-
368
-
369
- </p><table class="source_code">
370
- <tr>
371
- <td>
372
- <pre class="lines">
373
-
374
-
375
- 18
376
- 19
377
- 20</pre>
378
- </td>
379
- <td>
380
- <pre class="code"><span class="info file"># File 'lib/mushikago/tombo/delete_request.rb', line 18</span>
381
-
382
- <span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
383
- <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'>&quot;</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'>&quot;</span></span><span class='rparen'>)</span>
384
- <span class='kw'>end</span></pre>
340
+ <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/tombo/delete</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
385
341
  </td>
386
342
  </tr>
387
343
  </table>
@@ -392,7 +348,7 @@ A new instance of DeleteRequest
392
348
  </div>
393
349
 
394
350
  <div id="footer">
395
- Generated on Wed Feb 1 14:15:30 2012 by
351
+ Generated on Mon Feb 20 09:55:33 2012 by
396
352
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
397
353
  0.7.4 (ruby-1.9.2).
398
354
  </div>