Method: GongAPI::ContentSelector#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



144
145
146
# File 'lib/gong_api/models/content_selector.rb', line 144

def hash
  [context, context_timing, exposed_fields].hash
end