Class: Miasma::Models::Orchestration::Stack::Output
- Inherits:
-
Types::Data
- Object
- Types::Data
- Miasma::Models::Orchestration::Stack::Output
- Defined in:
- lib/miasma/models/orchestration/stack.rb
Overview
Stack output
Instance Attribute Summary (collapse)
-
- (Object) stack
readonly
Returns the value of attribute stack.
Instance Method Summary (collapse)
-
- (Output) initialize(stack, args = {})
constructor
A new instance of Output.
Constructor Details
- (Output) initialize(stack, args = {})
Returns a new instance of Output
25 26 27 28 |
# File 'lib/miasma/models/orchestration/stack.rb', line 25 def initialize(stack, args={}) @stack = stack super args end |
Instance Attribute Details
- (Object) stack (readonly)
Returns the value of attribute stack
23 24 25 |
# File 'lib/miasma/models/orchestration/stack.rb', line 23 def stack @stack end |