Class: Specinfra::HostInventory::Ec2

Inherits:
Base
  • Object
show all
Defined in:
lib/specinfra/host_inventory/ec2.rb

Instance Method Summary collapse

Methods inherited from Base

#backend, #initialize

Constructor Details

This class inherits a constructor from Specinfra::HostInventory::Base

Instance Method Details

#getObject



6
7
8
# File 'lib/specinfra/host_inventory/ec2.rb', line 6

def get
  Specinfra::Ec2Metadata.new(@host_inventory).get
end