Class: Crowbar::Client::Command::Batch::Build
- Inherits:
-
Crowbar::Client::Command::Base
- Object
- Crowbar::Client::Command::Base
- Crowbar::Client::Command::Batch::Build
- Defined in:
- lib/crowbar/client/command/batch/build.rb
Instance Attribute Summary
Attributes inherited from Crowbar::Client::Command::Base
#args, #options, #stderr, #stdin, #stdout
Instance Method Summary collapse
Methods inherited from Crowbar::Client::Command::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/batch/build.rb', line 28 def execute request.process do |request| end end |