Method: GongAPI::CallInteraction#hash
- Defined in:
- lib/gong_api/models/call_interaction.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
119 120 121 |
# File 'lib/gong_api/models/call_interaction.rb', line 119 def hash [person_interaction_stats, questions, speakers, video].hash end |