Sha256: f5a6b3263604ec4c056003663be5d6f1e7c0f5636c23a0ce5a229e8debe6a753

Contents?: true

Size: 397 Bytes

Versions: 12

Compression:

Stored size: 397 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class Route53HostedZone < Base
        def initialize
          super
          @type = Awspec::Type::Route53HostedZone.new('example.com.')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-1.30.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.29.3 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.29.2 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.29.1 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.29.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.28.2 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.28.1 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.28.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.27.1 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.27.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.26.0 lib/awspec/generator/doc/type/route53_hosted_zone.rb
awspec-1.25.2 lib/awspec/generator/doc/type/route53_hosted_zone.rb