Sha256: f79f84d2fa49efd3147f5cd5cf2963f2dc23faa8e96fd98871372b7beb97883c

Contents?: true

Size: 350 Bytes

Versions: 31

Compression:

Stored size: 350 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Vpc < Base
        def initialize
          super
          @type_name = 'VPC'
          @type = Awspec::Type::Vpc.new('my-vpc')
          @ret = @type.resource
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
awspec-0.14.1 lib/awspec/generator/doc/type/vpc.rb
awspec-0.14.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.13.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.12.1 lib/awspec/generator/doc/type/vpc.rb
awspec-0.12.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.11.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.10.2 lib/awspec/generator/doc/type/vpc.rb
awspec-0.10.1 lib/awspec/generator/doc/type/vpc.rb
awspec-0.10.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.9.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.8.1 lib/awspec/generator/doc/type/vpc.rb