Class: Specinfra::HostInventory::Ec2
- Defined in:
- lib/specinfra/host_inventory/ec2.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Specinfra::HostInventory::Base
Instance Method Details
#get ⇒ Object
6 7 8 |
# File 'lib/specinfra/host_inventory/ec2.rb', line 6 def get Specinfra::Ec2Metadata.new(@host_inventory).get end |