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