Class: Mushikago::Hanamgri::DeleteDictionaryRequest

Inherits:
Mushikago::Http::DeleteRequest show all
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

Methods inherited from Mushikago::Http::DeleteRequest

#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(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, options={}
  super(options)
  self.dictionary_name = dictionary_name
end

Instance Method Details

#pathObject



5
# File 'lib/mushikago/hanamgri/delete_dictionary_request.rb', line 5

def path; "/1/hanamgri/dictionary" end