Sha256: a780e06e9f5fc369fc5ff34205116d341a5b2df52839ce7a0062b056b5981b18

Contents?: true

Size: 382 Bytes

Versions: 5

Compression:

Stored size: 382 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Ec2 < Base
        def initialize
          super
          @type_name = 'EC2'
          @type = Awspec::Type::Ec2.new('my-ec2')
          @ret = @type.instance
          @matchers = %w(belong_to_vpc belong_to_subnet)
          @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/ec2.rb
awspec-0.7.0 lib/awspec/generator/doc/type/ec2.rb
awspec-0.6.4 lib/awspec/generator/doc/type/ec2.rb
awspec-0.6.3 lib/awspec/generator/doc/type/ec2.rb
awspec-0.6.2 lib/awspec/generator/doc/type/ec2.rb