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