Class: Crowbar::Client::Request::Proposal::List
- Defined in:
- lib/crowbar/client/request/proposal/list.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/list.rb', line 22 def method :get end |
#url ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/crowbar/client/request/proposal/list.rb', line 26 def url [ "crowbar", attrs., "1.0", "proposals" ].join("/") end |