Sha256: 6f9210151db89decd930f8be6b59175b27bbc807794b43f2c1e95cc4500a2814

Contents?: true

Size: 345 Bytes

Versions: 5

Compression:

Stored size: 345 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.vpc
          @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/vpc.rb
awspec-0.7.0 lib/awspec/generator/doc/type/vpc.rb
awspec-0.6.4 lib/awspec/generator/doc/type/vpc.rb
awspec-0.6.3 lib/awspec/generator/doc/type/vpc.rb
awspec-0.6.2 lib/awspec/generator/doc/type/vpc.rb