Sha256: a6a7f9c8cc52f19b181b1ecf90005028d6f1e126c3d3bc0adad503e16e72c68a

Contents?: true

Size: 387 Bytes

Versions: 15

Compression:

Stored size: 387 Bytes

Contents

# frozen_string_literal: true

module Dnsimple
  module Struct

    class DomainCheck < Base
      # @return [String] The domain name that was checked.
      attr_accessor :domain

      # @return [Boolean] Whether the domain name is available.
      attr_accessor :available

      # @return [Boolean] Whether the domain name is premium.
      attr_accessor :premium
    end

  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dnsimple-8.7.1 lib/dnsimple/struct/domain_check.rb
dnsimple-8.7.0 lib/dnsimple/struct/domain_check.rb
dnsimple-8.6.0 lib/dnsimple/struct/domain_check.rb
dnsimple-8.5.0 lib/dnsimple/struct/domain_check.rb
dnsimple-8.4.0 lib/dnsimple/struct/domain_check.rb
dnsimple-8.3.1 lib/dnsimple/struct/domain_check.rb
dnsimple-8.1.0 lib/dnsimple/struct/domain_check.rb
dnsimple-8.0.0 lib/dnsimple/struct/domain_check.rb
dnsimple-7.1.1 lib/dnsimple/struct/domain_check.rb
dnsimple-7.1.0 lib/dnsimple/struct/domain_check.rb
dnsimple-7.0.0 lib/dnsimple/struct/domain_check.rb
dnsimple-6.0.0 lib/dnsimple/struct/domain_check.rb
dnsimple-5.2.0 lib/dnsimple/struct/domain_check.rb
dnsimple-5.1.0 lib/dnsimple/struct/domain_check.rb
dnsimple-5.0.0 lib/dnsimple/struct/domain_check.rb