Sha256: 46af89e0b4d1535c56d4734cae326e9484e0d6777afd3cbb6000efabbcf86439
Contents?: true
Size: 268 Bytes
Versions: 14
Compression:
Stored size: 268 Bytes
Contents
class Lono::Cfn class Status < CfnStatus include Util def initialize(stack_name, options={}) super @stack_name = switch_current(stack_name) end def switch_current(stack_name) Lono::Cfn::Current.name!(stack_name) end end end
Version data entries
14 entries across 14 versions & 1 rubygems