Class: Mushikago::Hotaru::CollocationGetRequest

Inherits:
Mushikago::Http::GetRequest show all
Defined in:
lib/mushikago/hotaru/collocation_get_request.rb

Instance Attribute Summary

Attributes inherited from Mushikago::Http::Request

#headers, #host, #params, #port

Instance Method Summary collapse

Methods inherited from Mushikago::Http::GetRequest

#http_method

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

#initialize(domain_name, collocation_id, word, options = {}) ⇒ CollocationGetRequest

Returns 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, options={}
  super(options)
  self.domain_name = domain_name
  self.collocation_id = collocation_id
  self.word = word
end

Instance Method Details

#pathObject



5
# File 'lib/mushikago/hotaru/collocation_get_request.rb', line 5

def path; '/1/hotaru/collocation/get' end