Sha256: c56e3fcaf55cd4f90731e913444b76ddf0ebe54857534103aea86902485b1c47

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class AutoScalingGroup < Base
        def initialize
          super
          @type = Awspec::Type::AutoScalingGroup.new('my-auto-scaling-group')
          @ret = @type.group
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/auto_scaling_group.rb
awspec-0.7.0 lib/awspec/generator/doc/type/auto_scaling_group.rb
awspec-0.6.4 lib/awspec/generator/doc/type/auto_scaling_group.rb
awspec-0.6.3 lib/awspec/generator/doc/type/auto_scaling_group.rb
awspec-0.6.2 lib/awspec/generator/doc/type/auto_scaling_group.rb