Sha256: 6e730c03d557de4bc23530a029555d595493ae520a93a7456378b8a26781e2a2
Contents?: true
Size: 623 Bytes
Versions: 15
Compression:
Stored size: 623 Bytes
Contents
# frozen_string_literal: true module Dnsimple module Struct class WhoisPrivacy < Base # @return [Integer] The associated domain ID. attr_accessor :domain_id # @return [Boolean] Whether the whois privacy is enabled for the domain. attr_accessor :enabled # @return [String] The date the whois privacy will expire on. attr_accessor :expires_on # @return [String] When the whois privacy was created in DNSimple. attr_accessor :created_at # @return [String] When the whois privacy was last updated in DNSimple. attr_accessor :updated_at end end end
Version data entries
15 entries across 15 versions & 1 rubygems