Class: Mushikago::Hotaru::CollocationDownloadRequest
- Inherits:
-
Mushikago::Http::GetRequest
- Object
- Mushikago::Http::Request
- Mushikago::Http::GetRequest
- Mushikago::Hotaru::CollocationDownloadRequest
- Defined in:
- lib/mushikago/hotaru/collocation_download_request.rb
Instance Attribute Summary
Attributes inherited from Mushikago::Http::Request
headers, host, params, path, port
Instance Method Summary (collapse)
-
- (CollocationDownloadRequest) initialize(domain_name, collocation_id, options = {})
constructor
A new instance of CollocationDownloadRequest.
- - (Object) path
Methods inherited from Mushikago::Http::GetRequest
Methods included from Auth::Signature
#add_signature!, #string_to_sign
Methods inherited from Mushikago::Http::Request
#[], #[]=, add_param, #to_http_request, #url_encoded_params
Constructor Details
- (CollocationDownloadRequest) initialize(domain_name, collocation_id, options = {})
A new instance of CollocationDownloadRequest
9 10 11 12 13 |
# File 'lib/mushikago/hotaru/collocation_download_request.rb', line 9 def initialize domain_name, collocation_id, ={} super() self.domain_name = domain_name self.collocation_id = collocation_id end |
Instance Method Details
- (Object) path
5 |
# File 'lib/mushikago/hotaru/collocation_download_request.rb', line 5 def path; '/1/hotaru/collocation/download' end |