Sha256: b3095dd3773cadc019604037bc8afc23f16078d49653a252a45f9c0e15e52711

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Subnet < Base
        def initialize
          super
          @type = Awspec::Type::Subnet.new('my-route-table')
          @ret = @type.subnet
          @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/subnet.rb
awspec-0.7.0 lib/awspec/generator/doc/type/subnet.rb
awspec-0.6.4 lib/awspec/generator/doc/type/subnet.rb
awspec-0.6.3 lib/awspec/generator/doc/type/subnet.rb
awspec-0.6.2 lib/awspec/generator/doc/type/subnet.rb