Class: Engineyard::Local::Command::Exec
- Inherits:
-
Base
- Object
- Vagrant::Command::Base
- Base
- Engineyard::Local::Command::Exec
- Defined in:
- lib/engineyard-local/command/exec.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Vagrant::Command::Base
Methods included from Helpers
#insert_linebreaks, #merge_run_options, #run
Constructor Details
This class inherits a constructor from Engineyard::Local::Command::Base
Instance Method Details
#exec(command_args) ⇒ Object
5 6 7 |
# File 'lib/engineyard-local/command/exec.rb', line 5 def exec(command_args) run(Middleware::Exec, "eylocal.exec.command_args" => command_args) end |