class Specinfra::HostInventory::Ec2
Public Instance Methods
get()
click to toggle source
# File lib/specinfra/host_inventory/ec2.rb, line 6 def get Specinfra::Ec2Metadata.new(@host_inventory).get end