Class: Miasma::Models::Orchestration::Stack::Output

Inherits:
Types::Data
  • Object
show all
Defined in:
lib/miasma/models/orchestration/stack.rb

Overview

Stack output

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Types::Data

from_json, #from_json, #to_json

Methods included from Utils::Lazy

included

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

#stackObject (readonly)

Returns the value of attribute stack.



23
24
25
# File 'lib/miasma/models/orchestration/stack.rb', line 23

def stack
  @stack
end