Sha256: c4db3bde36f5ffb28da30eddac4b3bc210f35672293792b08349f2d9a51de039

Contents?: true

Size: 659 Bytes

Versions: 7

Compression:

Stored size: 659 Bytes

Contents

#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."
  should: %s[0].organization == "Google, Inc."
  should: %s[0].address      == "Amphitheatre Pkwy 1600."
  should: %s[0].city         == "Mountain View"
  should: %s[0].zip          == "CA-94043"
  should: %s[0].state        == nil
  should: %s[0].country_code == "US"
  should: %s[0].phone        == "+1 650 253 0000"
  should: %s[0].fax          == "+1 650 253 0001"
  should: %s[0].email        == nil

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected