Sha256: 023a3070d67e86b0028101a309974d04aa2123b5f3d5cc66d77ab77b477a3446
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
module Awspec::Generator module Doc class Route53HostedZone < Base def initialize @type_name = 'Route53HostedZone' require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case @type = Awspec::Type::Route53HostedZone.new('example.com.') @ret = @type.hosted_zone @matchers = [] @ignore_matchers = [] @describes = [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-0.6.1 | lib/awspec/generator/doc/route53_hosted_zone.rb |
awspec-0.6.0 | lib/awspec/generator/doc/route53_hosted_zone.rb |