Sha256: 8cd410238fd36a7c502131a4ad45fd247c41062be184728cc3d87ed3d049362e
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 Bytes
Contents
#domain should: %s == "baidu.com.sb" #domain_id should: %s raise_error(Whois::PropertyNotSupported) #status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s CLASS(time) should: %s == Time.parse("2010-03-27") #updated_on should: %s CLASS(time) should: %s == Time.parse("2011-07-18") #expires_on should: %s CLASS(time) should: %s == Time.parse("2012-03-27") #nameservers should: %s CLASS(array) should: %s SIZE(2) should: %s[0] CLASS(nameserver) should: %s[0].name == "f1g1ns1.dnspod.net" should: %s[1] CLASS(nameserver) should: %s[1].name == "f1g1ns2.dnspod.net"
Version data entries
3 entries across 3 versions & 1 rubygems