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
-
#stack ⇒ Object
readonly
Returns the value of attribute stack.
Instance Method Summary collapse
-
#initialize(stack, args = {}) ⇒ Output
constructor
A new instance of Output.
Methods inherited from Types::Data
from_json, #from_json, #to_json
Methods included from Utils::Lazy
Constructor Details
#initialize(stack, args = {}) ⇒ Output
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
#stack ⇒ Object (readonly)
Returns the value of attribute stack.
23 24 25 |
# File 'lib/miasma/models/orchestration/stack.rb', line 23 def stack @stack end |