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

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-0.7.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-0.6.4 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-0.6.3 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-0.6.2 lib/awspec/generator/doc/type/route53_hosted_zone.rb