Method: Pipedrive::BasicOrganization#hash

Defined in:
lib/pipedrive-openapi-client/models/basic_organization.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



109
110
111
# File 'lib/pipedrive-openapi-client/models/basic_organization.rb', line 109

def hash
  [name, owner_id, visible_to].hash
end