Method: OpenapiClient::CompanyResponse#hash
- Defined in:
- lib/openapi_client/models/company_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
147 148 149 |
# File 'lib/openapi_client/models/company_response.rb', line 147 def hash [id, remote_id, legal_name, display_name, tax_id, address].hash end |