Class: CloudBuilder::Reference::Attribute
- Inherits:
-
Object
- Object
- CloudBuilder::Reference::Attribute
- Defined in:
- lib/cloud_builder/reference.rb
Instance Method Summary collapse
-
#initialize(name, att) ⇒ Attribute
constructor
A new instance of Attribute.
- #to_json_data ⇒ Object
Constructor Details
#initialize(name, att) ⇒ Attribute
Returns a new instance of Attribute.
51 52 53 54 |
# File 'lib/cloud_builder/reference.rb', line 51 def initialize(name, att) @name = name @att = att end |