Sha256: 95164db64c1bb80ce491af504894d29a8ac487b9eebae166ebcd17779d7e1c8e

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

module Awspec::Generator
  module Doc
    class AutoScalingGroup < Base
      def initialize
        @type_name = 'AutoScalingGroup'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::AutoScalingGroup.new('my-auto-scaling-group')
        @ret = @type.group
        @matchers = []
        @ignore_matchers = []
        @describes = []
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-0.6.1 lib/awspec/generator/doc/auto_scaling_group.rb
awspec-0.6.0 lib/awspec/generator/doc/auto_scaling_group.rb