Sha256: 146e79bce79f9358283250568eb1725eb66fdf24f9ec552ff68faa95ada5a46a
Contents?: true
Size: 355 Bytes
Versions: 39
Compression:
Stored size: 355 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 @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
39 entries across 39 versions & 1 rubygems