Class: Mushikago::Hotaru::CollocationGetRequest
- Inherits:
-
Mushikago::Http::GetRequest
- Object
- Mushikago::Http::Request
- Mushikago::Http::GetRequest
- Mushikago::Hotaru::CollocationGetRequest
- Defined in:
- lib/mushikago/hotaru/collocation_get_request.rb
Instance Attribute Summary
Attributes inherited from Mushikago::Http::Request
headers, host, params, path, port
Instance Method Summary (collapse)
-
- (CollocationGetRequest) initialize(domain_name, collocation_id, word, options = {})
constructor
A new instance of CollocationGetRequest.
- - (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
- (CollocationGetRequest) initialize(domain_name, collocation_id, word, options = {})
A new instance of CollocationGetRequest
10 11 12 13 14 15 |
# File 'lib/mushikago/hotaru/collocation_get_request.rb', line 10 def initialize domain_name, collocation_id, word, ={} super() self.domain_name = domain_name self.collocation_id = collocation_id self.word = word end |
Instance Method Details
- (Object) path
5 |
# File 'lib/mushikago/hotaru/collocation_get_request.rb', line 5 def path; '/1/hotaru/collocation/get' end |