module Aws::Cfn::Stacker::Main::ClassMethods
Public Instance Methods
actors()
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 21 def actors @ACTORS end
actors=(v)
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 25 def actors=(v) @ACTORS = v end
allactions()
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 37 def allactions @ALLACTIONS end
allactions=(acts)
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 41 def allactions=(acts) @ALLACTIONS = acts || [ :build, :configure, :create, :status, :update, :delete, :outputs, :watch, :listparams ] end
loglevels()
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 29 def loglevels @LOGLEVELS end
loglevels=(levels)
click to toggle source
# File lib/aws/cfn/stacker/mixins/main.rb, line 33 def loglevels=(levels) @LOGLEVELS = levels || [:trace, :debug, :step, :info, :warn, :error, :fatal, :todo] end