Method: Dnsimple::Struct::Domain#private_whois

Defined in:
lib/dnsimple/struct/domain.rb

#private_whoisBool

Returns True if the domain WHOIS privacy is enabled, false otherwise.

Returns:

  • (Bool)

    True if the domain WHOIS privacy is enabled, false otherwise.



29
30
31
# File 'lib/dnsimple/struct/domain.rb', line 29

def private_whois
  @private_whois
end