Sha256: de6e995afc881f336d3fe9bfe6875661801e27294ba0f4c1c0f4d2efdbd87995

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 Bytes

Contents

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