Class: Mushikago::Hanamgri::SaveDictionaryRequest
- Inherits:
-
Mushikago::Http::PutRequest
- Object
- Mushikago::Http::Request
- Mushikago::Http::PutRequest
- Mushikago::Hanamgri::SaveDictionaryRequest
- Defined in:
- lib/mushikago/hanamgri/save_dictionary_request.rb
Instance Attribute Summary
Attributes inherited from Mushikago::Http::Request
#headers, #host, #params, #port
Instance Method Summary collapse
-
#initialize(domain_name, options = {}) ⇒ SaveDictionaryRequest
constructor
A new instance of SaveDictionaryRequest.
- #path ⇒ Object
Methods inherited from Mushikago::Http::PutRequest
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, options = {}) ⇒ SaveDictionaryRequest
Returns a new instance of SaveDictionaryRequest.
9 10 11 12 13 |
# File 'lib/mushikago/hanamgri/save_dictionary_request.rb', line 9 def initialize domain_name, ={} super() self.domain_name = domain_name self.description = [:description] if .has_key?(:description) end |
Instance Method Details
#path ⇒ Object
5 |
# File 'lib/mushikago/hanamgri/save_dictionary_request.rb', line 5 def path; "/1/hanamgri/dictionary" end |