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

Constructor Details

#initialize(stack, args = {}) ⇒ Output

Returns a new instance of Output.



32
33
34
35
# File 'lib/miasma/models/orchestration/stack.rb', line 32

def initialize(stack, args = {})
  @stack = stack
  super args
end

Instance Attribute Details

#stackObject (readonly)

Returns the value of attribute stack.



30
31
32
# File 'lib/miasma/models/orchestration/stack.rb', line 30

def stack
  @stack
end