Sha256: c9a1bde2a5faca18815966dc0e4740899f81e855f67fc43ef22dd1c5b920a892

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

module Awspec::Generator
  module Doc
    class Vpc < Base
      def initialize
        @type_name = 'VPC'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::Vpc.new('my-vpc')
        @ret = @type.vpc
        @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/vpc.rb
awspec-0.6.0 lib/awspec/generator/doc/vpc.rb