Sha256: 179085d1537ddcb4fc18403d9a37e9a9cd78e3ab214bab53c26c7b8d975f346b
Contents?: true
Size: 385 Bytes
Versions: 14
Compression:
Stored size: 385 Bytes
Contents
# frozen_string_literal: true 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
14 entries across 14 versions & 1 rubygems