Class: BigBang::DSL::Instance
- Inherits:
-
Object
- Object
- BigBang::DSL::Instance
- Defined in:
- lib/bigbang/dsl/instance.rb
Instance Attribute Summary collapse
-
#ami ⇒ Object
Returns the value of attribute ami.
-
#bootstrap_params ⇒ Object
Returns the value of attribute bootstrap_params.
-
#bootstrap_repo ⇒ Object
Returns the value of attribute bootstrap_repo.
-
#key_name ⇒ Object
Returns the value of attribute key_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name) ⇒ Instance
constructor
A new instance of Instance.
Constructor Details
#initialize(name) ⇒ Instance
Returns a new instance of Instance.
4 5 6 |
# File 'lib/bigbang/dsl/instance.rb', line 4 def initialize(name) @name = name end |
Instance Attribute Details
#ami ⇒ Object
Returns the value of attribute ami.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def ami @ami end |
#bootstrap_params ⇒ Object
Returns the value of attribute bootstrap_params.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def bootstrap_params @bootstrap_params end |
#bootstrap_repo ⇒ Object
Returns the value of attribute bootstrap_repo.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def bootstrap_repo @bootstrap_repo end |
#key_name ⇒ Object
Returns the value of attribute key_name.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def key_name @key_name end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/bigbang/dsl/instance.rb', line 8 def type @type end |