Sha256: 769f98e6adb9dba934ac690d5940623d0d4ffc7a3b60bfde4935125a2f434c23

Contents?: true

Size: 523 Bytes

Versions: 23

Compression:

Stored size: 523 Bytes

Contents

require 'json'
module SimpleDeploy
  class StackReader

    def initialize(args)
      @sf = Stackster::StackFormater.new args
      @sr = Stackster::StackReader.new args
    end

    def attributes
      @sf.attributes
    end

    def instances
      @sf.instances_public_ip_addresses
    end

    def status
      @sr.status
    end

    def events
      @sr.events
    end

    def outputs
      @sr.outputs
    end

    def resources
      @sr.resources
    end

    def template
      @sr.template
    end

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
simple_deploy-0.4.0 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.7 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.6 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.5 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.4 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.3 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.2 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.1 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.3.0 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.8 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.7 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.6 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.5 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.4 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.3 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.2 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.1 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.2.0 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.1.2 lib/simple_deploy/stack/stack_reader.rb
simple_deploy-0.1.1 lib/simple_deploy/stack/stack_reader.rb