Contact
Wraps API contact information.
Example
ruby
contact = api.info.contact
contact.name # => "API Support"
contact.email # => "support@example.com"
contact.url # => "https://example.com/support"Instance Methods
#email
#email
The contact email.
Returns
String, nil
#name
#name
The contact name.
Returns
String, nil
#to_h
#to_h
Converts this contact to a hash.
Returns
Hash
#url
#url
The contact URL.
Returns
String, nil