Class: Pangea::Stack
- Inherits:
-
Object
- Object
- Pangea::Stack
- Defined in:
- lib/pangea-orchestrator/stack.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Stack
constructor
A new instance of Stack.
Constructor Details
#initialize(name) ⇒ Stack
Returns a new instance of Stack.
7 8 9 |
# File 'lib/pangea-orchestrator/stack.rb', line 7 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/pangea-orchestrator/stack.rb', line 5 def name @name end |