Class: BigBang::Instance
- Inherits:
-
Object
- Object
- BigBang::Instance
- Defined in:
- lib/bigbang/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.
3 4 5 |
# File 'lib/bigbang/instance.rb', line 3 def initialize(name) @name = name end |
Instance Attribute Details
#ami ⇒ Object
Returns the value of attribute ami.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def ami @ami end |
#bootstrap_params ⇒ Object
Returns the value of attribute bootstrap_params.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def bootstrap_params @bootstrap_params end |
#bootstrap_repo ⇒ Object
Returns the value of attribute bootstrap_repo.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def bootstrap_repo @bootstrap_repo end |
#key_name ⇒ Object
Returns the value of attribute key_name.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def key_name @key_name end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/bigbang/instance.rb', line 7 def type @type end |