Method: Pipedrive::BasicOrganization#hash
- Defined in:
- lib/pipedrive-openapi-client/models/basic_organization.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/pipedrive-openapi-client/models/basic_organization.rb', line 109 def hash [name, owner_id, visible_to].hash end |