Method: OpenapiClient::CompanyResponse#hash

Defined in:
lib/openapi_client/models/company_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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