Class: CloudBuilder::Reference
- Inherits:
-
Object
- Object
- CloudBuilder::Reference
- Defined in:
- lib/cloud_builder/reference.rb
Defined Under Namespace
Classes: Attribute, Base64, Join, Key, Map
Instance Method Summary collapse
-
#initialize(name) ⇒ Reference
constructor
A new instance of Reference.
- #to_json_data ⇒ Object
Constructor Details
#initialize(name) ⇒ Reference
Returns a new instance of Reference.
21 22 23 |
# File 'lib/cloud_builder/reference.rb', line 21 def initialize(name) @name = name end |