Method: GongAPI::ExternalPartyObject#hash
- Defined in:
- lib/gong_api/models/external_party_object.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
167 168 169 |
# File 'lib/gong_api/models/external_party_object.rb', line 167 def hash [fields, object_id, object_type, timing].hash end |