Class: Engineyard::Local::Command::VagrantAction
- Inherits:
-
Base
- Object
- Vagrant::Command::Base
- Base
- Engineyard::Local::Command::VagrantAction
- Defined in:
- lib/engineyard-local/command/vagrant_action.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(action) ⇒ Object
5 6 7 |
# File 'lib/engineyard-local/command/vagrant_action.rb', line 5 def exec(action) run(Vagrant.actions.get(action)) end |