Sha256: 03b9615618277574fea8ced4f4c7fda84ded752a7344cfbdeaf4657b9442af3c
Contents?: true
Size: 354 Bytes
Versions: 191
Compression:
Stored size: 354 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.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems