Sha256: a6c8bfb0649a03f83421bc0c79f25479e54a1128fb8f11a8cdcc9be914d0e878
Contents?: true
Size: 366 Bytes
Versions: 191
Compression:
Stored size: 366 Bytes
Contents
module Awspec::Generator module Doc module Type class Route53HostedZone < Base def initialize super @type = Awspec::Type::Route53HostedZone.new('example.com.') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems