Class: Hocho::InventoryProviders::Ec2::RunlistTemplate

Inherits:
Struct
  • Object
show all
Includes:
TemplateHelper
Defined in:
lib/hocho/inventory_providers/ec2.rb

Instance Attribute Summary collapse

Method Summary

Methods included from TemplateHelper

#tag

Instance Attribute Details

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



18
19
20
# File 'lib/hocho/inventory_providers/ec2.rb', line 18

def instance
  @instance
end

#vpcObject

Returns the value of attribute vpc

Returns:

  • (Object)

    the current value of vpc



18
19
20
# File 'lib/hocho/inventory_providers/ec2.rb', line 18

def vpc
  @vpc
end