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