Class: Crowbar::Client::Request::Proposal::Delete
- Defined in:
- lib/crowbar/client/request/proposal/delete.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#content, #headers, #initialize, #params, #process
Constructor Details
This class inherits a constructor from Crowbar::Client::Request::Base
Instance Method Details
#method ⇒ Object
22 23 24 |
# File 'lib/crowbar/client/request/proposal/delete.rb', line 22 def method :delete end |
#url ⇒ Object
26 27 28 29 30 31 32 33 34 |
# File 'lib/crowbar/client/request/proposal/delete.rb', line 26 def url [ "crowbar", attrs., "1.0", "proposals", attrs.proposal ].join("/") end |