class Moonshot::StackConfig

Configuration for the Moonshot::Stack class.

Attributes

parameter_strategy[RW]
parent_stacks[RW]
show_all_events[RW]

Public Class Methods

new() click to toggle source
# File lib/moonshot/stack_config.rb, line 8
def initialize
  @parent_stacks = []
  @show_all_events = false
end