Module: VagrantPlugins::Abiquo::Helpers::Client

Included in:
Actions::Create, Actions::Destroy, Actions::PowerOff, Actions::PowerOn
Defined in:
lib/vagrant-abiquo/helpers/client.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



11
12
13
# File 'lib/vagrant-abiquo/helpers/client.rb', line 11

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