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)

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