mushikago-sdk 0.4.1 → 0.4.2
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 +2 -0
- data/doc/Mushikago.html +2 -2
- data/doc/Mushikago/Auth.html +1 -1
- data/doc/Mushikago/Auth/Signature.html +1 -1
- data/doc/Mushikago/Auth/Signer.html +1 -1
- data/doc/Mushikago/Config.html +1 -1
- data/doc/Mushikago/Hotaru.html +1 -1
- data/doc/Mushikago/Hotaru/ClassifierJudgeRequest.html +1 -1
- data/doc/Mushikago/Hotaru/Client.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationCreateRequest.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationDeleteRequest.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationDownloadRequest.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationGetRequest.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationListRequest.html +1 -1
- data/doc/Mushikago/Hotaru/CollocationWordlistRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DictionaryDeleteRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DictionaryListRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DictionaryPutRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DomainCreateRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DomainDeleteRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DomainInfoRequest.html +1 -1
- data/doc/Mushikago/Hotaru/DomainListRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TagDeleteRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TagListRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TagPutRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TextDeleteRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TextGetRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TextListRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TextPutRequest.html +1 -1
- data/doc/Mushikago/Hotaru/TextTagsetRequest.html +1 -1
- data/doc/Mushikago/Hotaru/WordGetRequest.html +1 -1
- data/doc/Mushikago/Hotaru/WordListRequest.html +1 -1
- data/doc/Mushikago/Http.html +1 -1
- data/doc/Mushikago/Http/Client.html +27 -17
- data/doc/Mushikago/Http/DeleteRequest.html +1 -1
- data/doc/Mushikago/Http/GetRequest.html +1 -1
- data/doc/Mushikago/Http/MultipartPostRequest.html +1 -1
- data/doc/Mushikago/Http/MultipartPutRequest.html +1 -1
- data/doc/Mushikago/Http/MultipartRequest.html +1 -1
- data/doc/Mushikago/Http/PostRequest.html +1 -1
- data/doc/Mushikago/Http/PutRequest.html +1 -1
- data/doc/Mushikago/Http/Request.html +1 -1
- data/doc/Mushikago/Http/Response.html +1 -1
- data/doc/Mushikago/Mitsubachi.html +1 -1
- data/doc/Mushikago/Mitsubachi/Client.html +1 -1
- data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/Project.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/Projects.html +1 -1
- data/doc/Mushikago/Mitsubachi/Resource.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/Resources.html +1 -1
- data/doc/Mushikago/Mitsubachi/Script.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/Scripts.html +1 -1
- data/doc/Mushikago/Tombo.html +1 -1
- data/doc/Mushikago/Tombo/CaptureRequest.html +19 -5
- data/doc/Mushikago/Tombo/CapturesRequest.html +1 -1
- data/doc/Mushikago/Tombo/Client.html +25 -13
- data/doc/Mushikago/Tombo/DeleteRequest.html +1 -1
- data/doc/Mushikago/Tombo/InfoRequest.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +5 -1
- data/doc/index.html +5 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/mushikago/tombo/capture_request.rb +3 -0
- data/lib/mushikago/tombo/client.rb +1 -0
- data/lib/mushikago/version.rb +1 -1
- metadata +18 -18
@@ -231,7 +231,7 @@ MushikagoのDELETEリクエストを表す抽象クラス
|
|
231
231
|
</div>
|
232
232
|
|
233
233
|
<div id="footer">
|
234
|
-
Generated on Mon
|
234
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
236
236
|
0.7.4 (ruby-1.9.2).
|
237
237
|
</div>
|
@@ -231,7 +231,7 @@ MushikagoのGETリクエストを表す抽象クラス
|
|
231
231
|
</div>
|
232
232
|
|
233
233
|
<div id="footer">
|
234
|
-
Generated on Mon
|
234
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
236
236
|
0.7.4 (ruby-1.9.2).
|
237
237
|
</div>
|
@@ -256,7 +256,7 @@ MushikagoのPOSTリクエストを表す抽象クラス
|
|
256
256
|
</div>
|
257
257
|
|
258
258
|
<div id="footer">
|
259
|
-
Generated on Mon
|
259
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
260
260
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
261
261
|
0.7.4 (ruby-1.9.2).
|
262
262
|
</div>
|
@@ -256,7 +256,7 @@ MushikagoのPUTリクエストを表す抽象クラス
|
|
256
256
|
</div>
|
257
257
|
|
258
258
|
<div id="footer">
|
259
|
-
Generated on Mon
|
259
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
260
260
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
261
261
|
0.7.4 (ruby-1.9.2).
|
262
262
|
</div>
|
@@ -353,7 +353,7 @@
|
|
353
353
|
</div>
|
354
354
|
|
355
355
|
<div id="footer">
|
356
|
-
Generated on Mon
|
356
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
357
357
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
358
358
|
0.7.4 (ruby-1.9.2).
|
359
359
|
</div>
|
@@ -231,7 +231,7 @@ MushikagoのPOSTリクエストを表す抽象クラス
|
|
231
231
|
</div>
|
232
232
|
|
233
233
|
<div id="footer">
|
234
|
-
Generated on Mon
|
234
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
236
236
|
0.7.4 (ruby-1.9.2).
|
237
237
|
</div>
|
@@ -231,7 +231,7 @@ MushikagoのPUTリクエストを表す抽象クラス
|
|
231
231
|
</div>
|
232
232
|
|
233
233
|
<div id="footer">
|
234
|
-
Generated on Mon
|
234
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
236
236
|
0.7.4 (ruby-1.9.2).
|
237
237
|
</div>
|
@@ -1214,7 +1214,7 @@ URLエンコードされ、&で接続されたパラメータの文字列
|
|
1214
1214
|
</div>
|
1215
1215
|
|
1216
1216
|
<div id="footer">
|
1217
|
-
Generated on Mon
|
1217
|
+
Generated on Mon Mar 26 17:08:26 2012 by
|
1218
1218
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1219
1219
|
0.7.4 (ruby-1.9.2).
|
1220
1220
|
</div>
|
@@ -831,7 +831,7 @@ A new instance of Response
|
|
831
831
|
</div>
|
832
832
|
|
833
833
|
<div id="footer">
|
834
|
-
Generated on Mon
|
834
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
835
835
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
836
836
|
0.7.4 (ruby-1.9.2).
|
837
837
|
</div>
|
@@ -111,7 +111,7 @@ mitsubachiにアクセスするためのモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on Mon
|
114
|
+
Generated on Mon Mar 26 17:08:26 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>
|
@@ -3223,7 +3223,7 @@ script/listを発行します
|
|
3223
3223
|
</div>
|
3224
3224
|
|
3225
3225
|
<div id="footer">
|
3226
|
-
Generated on Mon
|
3226
|
+
Generated on Mon Mar 26 17:08:27 2012 by
|
3227
3227
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3228
3228
|
0.7.4 (ruby-1.9.2).
|
3229
3229
|
</div>
|
@@ -310,7 +310,7 @@ A new instance of HttpFetchRequest
|
|
310
310
|
</div>
|
311
311
|
|
312
312
|
<div id="footer">
|
313
|
-
Generated on Mon
|
313
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
314
314
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
315
315
|
0.7.4 (ruby-1.9.2).
|
316
316
|
</div>
|
@@ -312,7 +312,7 @@ A new instance of HttpPushRequest
|
|
312
312
|
</div>
|
313
313
|
|
314
314
|
<div id="footer">
|
315
|
-
Generated on Mon
|
315
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
316
316
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
317
317
|
0.7.4 (ruby-1.9.2).
|
318
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 Mon
|
736
|
+
Generated on Mon Mar 26 17:08:28 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>
|
@@ -308,7 +308,7 @@ A new instance of ProjectCreateRequest
|
|
308
308
|
</div>
|
309
309
|
|
310
310
|
<div id="footer">
|
311
|
-
Generated on Mon
|
311
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
312
312
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
313
313
|
0.7.4 (ruby-1.9.2).
|
314
314
|
</div>
|
@@ -298,7 +298,7 @@ A new instance of ProjectDeleteRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -296,7 +296,7 @@ A new instance of ProjectDiscontinueRequest
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on Mon
|
299
|
+
Generated on Mon Mar 26 17:08:30 2012 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
301
|
0.7.4 (ruby-1.9.2).
|
302
302
|
</div>
|
@@ -298,7 +298,7 @@ A new instance of ProjectInfoRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -300,7 +300,7 @@ A new instance of ProjectListRequest
|
|
300
300
|
</div>
|
301
301
|
|
302
302
|
<div id="footer">
|
303
|
-
Generated on Mon
|
303
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
304
304
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
305
305
|
0.7.4 (ruby-1.9.2).
|
306
306
|
</div>
|
@@ -296,7 +296,7 @@ A new instance of ProjectQueuesRequest
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on Mon
|
299
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
301
|
0.7.4 (ruby-1.9.2).
|
302
302
|
</div>
|
@@ -306,7 +306,7 @@ A new instance of ProjectUpdateRequest
|
|
306
306
|
</div>
|
307
307
|
|
308
308
|
<div id="footer">
|
309
|
-
Generated on Mon
|
309
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
310
310
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
311
311
|
0.7.4 (ruby-1.9.2).
|
312
312
|
</div>
|
@@ -465,7 +465,7 @@ Returns the value of attribute client
|
|
465
465
|
</div>
|
466
466
|
|
467
467
|
<div id="footer">
|
468
|
-
Generated on Mon
|
468
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
469
469
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
470
470
|
0.7.4 (ruby-1.9.2).
|
471
471
|
</div>
|
@@ -560,7 +560,7 @@ Returns the value of attribute resource_name
|
|
560
560
|
</div>
|
561
561
|
|
562
562
|
<div id="footer">
|
563
|
-
Generated on Mon
|
563
|
+
Generated on Mon Mar 26 17:08:28 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>
|
@@ -298,7 +298,7 @@ A new instance of ResourceDeleteRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:30 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -298,7 +298,7 @@ A new instance of ResourceGetRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -302,7 +302,7 @@ A new instance of ResourceListRequest
|
|
302
302
|
</div>
|
303
303
|
|
304
304
|
<div id="footer">
|
305
|
-
Generated on Mon
|
305
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
306
306
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
307
307
|
0.7.4 (ruby-1.9.2).
|
308
308
|
</div>
|
@@ -337,7 +337,7 @@ A new instance of ResourceStoreRequest
|
|
337
337
|
</div>
|
338
338
|
|
339
339
|
<div id="footer">
|
340
|
-
Generated on Mon
|
340
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
341
341
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
342
342
|
0.7.4 (ruby-1.9.2).
|
343
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 Mon
|
540
|
+
Generated on Mon Mar 26 17:08:28 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 Mon
|
563
|
+
Generated on Mon Mar 26 17:08:27 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>
|
@@ -298,7 +298,7 @@ A new instance of ScriptDeleteRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -333,7 +333,7 @@ A new instance of ScriptDeployRequest
|
|
333
333
|
</div>
|
334
334
|
|
335
335
|
<div id="footer">
|
336
|
-
Generated on Mon
|
336
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
337
337
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
338
338
|
0.7.4 (ruby-1.9.2).
|
339
339
|
</div>
|
@@ -298,7 +298,7 @@ A new instance of ScriptGetRequest
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on Mon
|
301
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -302,7 +302,7 @@ A new instance of ScriptListRequest
|
|
302
302
|
</div>
|
303
303
|
|
304
304
|
<div id="footer">
|
305
|
-
Generated on Mon
|
305
|
+
Generated on Mon Mar 26 17:08:29 2012 by
|
306
306
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
307
307
|
0.7.4 (ruby-1.9.2).
|
308
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 Mon
|
540
|
+
Generated on Mon Mar 26 17:08:28 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>
|
data/doc/Mushikago/Tombo.html
CHANGED
@@ -111,7 +111,7 @@ Tomboへのアクセスを行うモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on Mon
|
114
|
+
Generated on Mon Mar 26 17:08:26 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>
|
@@ -353,6 +353,18 @@ A new instance of CaptureRequest
|
|
353
353
|
— <div class='inline'><p>
|
354
354
|
ユーザエージェント
|
355
355
|
</p>
|
356
|
+
</div>
|
357
|
+
</li>
|
358
|
+
|
359
|
+
<li>
|
360
|
+
<span class="name">:delay_time</span>
|
361
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
362
|
+
<span class="default">
|
363
|
+
|
364
|
+
</span>
|
365
|
+
— <div class='inline'><p>
|
366
|
+
キャプチャまでの待ち時間
|
367
|
+
</p>
|
356
368
|
</div>
|
357
369
|
</li>
|
358
370
|
|
@@ -366,8 +378,6 @@ A new instance of CaptureRequest
|
|
366
378
|
<pre class="lines">
|
367
379
|
|
368
380
|
|
369
|
-
22
|
370
|
-
23
|
371
381
|
24
|
372
382
|
25
|
373
383
|
26
|
@@ -375,10 +385,13 @@ A new instance of CaptureRequest
|
|
375
385
|
28
|
376
386
|
29
|
377
387
|
30
|
378
|
-
31
|
388
|
+
31
|
389
|
+
32
|
390
|
+
33
|
391
|
+
34</pre>
|
379
392
|
</td>
|
380
393
|
<td>
|
381
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/capture_request.rb', line
|
394
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/capture_request.rb', line 24</span>
|
382
395
|
|
383
396
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
384
397
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -388,6 +401,7 @@ A new instance of CaptureRequest
|
|
388
401
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_thumbnail'>thumbnail</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:thumbnail</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:thumbnail</span><span class='rparen'>)</span>
|
389
402
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_tags'>tags</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:tags</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:tags</span><span class='rparen'>)</span>
|
390
403
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_useragent'>useragent</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:useragent</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:useragent</span><span class='rparen'>)</span>
|
404
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_delay_time'>delay_time</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:delay_time</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:delay_time</span><span class='rparen'>)</span>
|
391
405
|
<span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Content-type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>application/x-www-form-urlencoded; charset=utf-8</span><span class='tstring_end'>'</span></span>
|
392
406
|
<span class='kw'>end</span></pre>
|
393
407
|
</td>
|
@@ -431,7 +445,7 @@ A new instance of CaptureRequest
|
|
431
445
|
</div>
|
432
446
|
|
433
447
|
<div id="footer">
|
434
|
-
Generated on Mon
|
448
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
435
449
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
436
450
|
0.7.4 (ruby-1.9.2).
|
437
451
|
</div>
|
@@ -408,7 +408,7 @@ A new instance of CapturesRequest
|
|
408
408
|
</div>
|
409
409
|
|
410
410
|
<div id="footer">
|
411
|
-
Generated on Mon
|
411
|
+
Generated on Mon Mar 26 17:08:28 2012 by
|
412
412
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
413
413
|
0.7.4 (ruby-1.9.2).
|
414
414
|
</div>
|
@@ -393,6 +393,18 @@ APIの使用状況を取得する.
|
|
393
393
|
— <div class='inline'><p>
|
394
394
|
タグ
|
395
395
|
</p>
|
396
|
+
</div>
|
397
|
+
</li>
|
398
|
+
|
399
|
+
<li>
|
400
|
+
<span class="name">:delay_time</span>
|
401
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
402
|
+
<span class="default">
|
403
|
+
|
404
|
+
</span>
|
405
|
+
— <div class='inline'><p>
|
406
|
+
キャプチャ取得までの遅延時間(0-20000)[ミリ秒]
|
407
|
+
</p>
|
396
408
|
</div>
|
397
409
|
</li>
|
398
410
|
|
@@ -425,13 +437,13 @@ APIの使用状況を取得する.
|
|
425
437
|
<pre class="lines">
|
426
438
|
|
427
439
|
|
428
|
-
31
|
429
440
|
32
|
430
441
|
33
|
431
|
-
34
|
442
|
+
34
|
443
|
+
35</pre>
|
432
444
|
</td>
|
433
445
|
<td>
|
434
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line
|
446
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line 32</span>
|
435
447
|
|
436
448
|
<span class='kw'>def</span> <span class='id identifier rubyid_capture'>capture</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
437
449
|
<span class='id identifier rubyid_request'>request</span> <span class='op'>=</span> <span class='const'>CaptureRequest</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -586,13 +598,13 @@ APIの使用状況を取得する.
|
|
586
598
|
<pre class="lines">
|
587
599
|
|
588
600
|
|
589
|
-
47
|
590
601
|
48
|
591
602
|
49
|
592
|
-
50
|
603
|
+
50
|
604
|
+
51</pre>
|
593
605
|
</td>
|
594
606
|
<td>
|
595
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line
|
607
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line 48</span>
|
596
608
|
|
597
609
|
<span class='kw'>def</span> <span class='id identifier rubyid_captures'>captures</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
598
610
|
<span class='id identifier rubyid_request'>request</span> <span class='op'>=</span> <span class='const'>CapturesRequest</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -695,13 +707,13 @@ APIの使用状況を取得する.
|
|
695
707
|
<pre class="lines">
|
696
708
|
|
697
709
|
|
698
|
-
59
|
699
710
|
60
|
700
711
|
61
|
701
|
-
62
|
712
|
+
62
|
713
|
+
63</pre>
|
702
714
|
</td>
|
703
715
|
<td>
|
704
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line
|
716
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line 60</span>
|
705
717
|
|
706
718
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
707
719
|
<span class='id identifier rubyid_request'>request</span> <span class='op'>=</span> <span class='const'>DeleteRequest</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -787,13 +799,13 @@ APIの使用状況を取得する
|
|
787
799
|
<pre class="lines">
|
788
800
|
|
789
801
|
|
790
|
-
70
|
791
802
|
71
|
792
803
|
72
|
793
|
-
73
|
804
|
+
73
|
805
|
+
74</pre>
|
794
806
|
</td>
|
795
807
|
<td>
|
796
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line
|
808
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/tombo/client.rb', line 71</span>
|
797
809
|
|
798
810
|
<span class='kw'>def</span> <span class='id identifier rubyid_info'>info</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
799
811
|
<span class='id identifier rubyid_request'>request</span> <span class='op'>=</span> <span class='const'>InfoRequest</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -809,7 +821,7 @@ APIの使用状況を取得する
|
|
809
821
|
</div>
|
810
822
|
|
811
823
|
<div id="footer">
|
812
|
-
Generated on Mon
|
824
|
+
Generated on Mon Mar 26 17:08:26 2012 by
|
813
825
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
814
826
|
0.7.4 (ruby-1.9.2).
|
815
827
|
</div>
|