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