class Awspec::Generator::Doc::Type::Route53HostedZone
Public Class Methods
Source
# File lib/awspec/generator/doc/type/route53_hosted_zone.rb, line 7 def initialize super @type = Awspec::Type::Route53HostedZone.new('example.com.') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end
Calls superclass method
Awspec::Generator::Doc::Type::Base::new