Method: GongAPI::CustomerData#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



134
135
136
# File 'lib/gong_api/models/customer_data.rb', line 134

def hash
  [objects, system].hash
end