Module: VagrantPlugins::DigitalOcean::Helpers::Client

Included in:
Actions::Create, Actions::Destroy, Actions::PowerOff, Actions::PowerOn, Actions::Rebuild, Actions::Reload, Actions::SetupKey
Defined in:
lib/vagrant-digitalocean/helpers/client.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



9
10
11
# File 'lib/vagrant-digitalocean/helpers/client.rb', line 9

def client
  @client ||= ApiClient.new(@machine)
end