Sha256: 831f8c127d865fa3d039cfb3fa5ebfa0c37e86d5d4f3a816214217770479d148
Contents?: true
Size: 1.8 KB
Versions: 6
Compression:
Stored size: 1.8 KB
Contents
#disclaimer should: %s == "Rights restricted by copyright; http://iedr.ie/index.php/mnudomregs/mnudnssearch/96\nDo not remove this notice" #domain should: %s == "google.ie" #domain_id should: %s raise_error(Whois::PropertyNotSupported) #referral_whois should: %s raise_error(Whois::PropertyNotSupported) #referral_url should: %s raise_error(Whois::PropertyNotSupported) #status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s raise_error(Whois::PropertyNotSupported) #updated_on should: %s raise_error(Whois::PropertyNotSupported) #expires_on should: %s CLASS(time) should: %s == Time.parse("2013-03-21") #registrar should: %s raise_error(Whois::PropertyNotSupported) #registrant_contacts should: %s CLASS(array) should: %s SIZE(1) should: %s[0] CLASS(contact) should: %s[0].type == Whois::Record::Contact::TYPE_REGISTRANT should: %s[0].id == nil should: %s[0].name == "Google, Inc" #admin_contacts should: %s CLASS(array) should: %s SIZE(1) should: %s[0] CLASS(contact) should: %s[0].type == Whois::Record::Contact::TYPE_ADMIN should: %s[0].id == "KR59-IEDR" should: %s[0].name == "Kulpreet Rana" #technical_contacts should: %s CLASS(array) should: %s SIZE(1) should: %s[0] CLASS(contact) should: %s[0].type == Whois::Record::Contact::TYPE_TECHNICAL should: %s[0].id == "CCA7-IEDR" should: %s[0].name == "eMarkmonitor Inc" #nameservers should: %s CLASS(array) should: %s SIZE(3) should: %s[0] CLASS(nameserver) should: %s[0].name == "ns1.google.com" should: %s[1] CLASS(nameserver) should: %s[1].name == "ns2.google.com" should: %s[2] CLASS(nameserver) should: %s[2].name == "ns3.google.com"
Version data entries
6 entries across 6 versions & 1 rubygems