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