Method: GongAPI::CallInteraction#hash

Defined in:
lib/gong_api/models/call_interaction.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



119
120
121
# File 'lib/gong_api/models/call_interaction.rb', line 119

def hash
  [person_interaction_stats, questions, speakers, video].hash
end