Module: VagrantPlugins::SimpleCloud::Helpers::Client
- Included in:
- Actions::Create, Actions::Destroy, Actions::PowerOff, Actions::PowerOn, Actions::Rebuild, Actions::Reload, Actions::SetupKey, Actions::ShutDown
- Defined in:
- lib/vagrant-simplecloud/helpers/client.rb
Instance Method Summary collapse
Instance Method Details
#simple_client ⇒ Object
12 13 14 |
# File 'lib/vagrant-simplecloud/helpers/client.rb', line 12 def simple_client @simple_client ||= SimpleClient.new(@machine) end |