Sha256: 8868f629efbf8b8220f258a68d0a4619f1cdd2c0438a96a11e1f914a0691e394

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

class Lono::Cfn
  class Status < ::Cfn::Status
    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

3 entries across 3 versions & 1 rubygems

Version Path
lono-5.1.1 lib/lono/cfn/status.rb
lono-5.1.0 lib/lono/cfn/status.rb
lono-5.0.1 lib/lono/cfn/status.rb