Class: Crowbar::Client::Command::Reset::Proposal
- Defined in:
- lib/crowbar/client/command/reset/proposal.rb
Instance Attribute Summary
Attributes inherited from Base
#args, #options, #stderr, #stdin, #stdout
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Crowbar::Client::Command::Base
Instance Method Details
#execute ⇒ Object
28 29 30 31 |
# File 'lib/crowbar/client/command/reset/proposal.rb', line 28 def execute request.process do |request| end end |