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

Included in:
Actions::Create, Actions::Destroy, Actions::ReadState, Actions::Rebuild, Actions::SetupSSHKey
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(@env)
end