Method: CloudFormer::PropertyOrAttribute#initialize

Defined in:
lib/cloud_former/property_or_attribute.rb

#initialize(name, options) ⇒ PropertyOrAttribute

Returns a new instance of PropertyOrAttribute.



6
7
8
9
# File 'lib/cloud_former/property_or_attribute.rb', line 6

def initialize(name, options)
  @name = name
  @options = options
end