Method: GongAPI::ContentSelector#hash
- Defined in:
- lib/gong_api/models/content_selector.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
144 145 146 |
# File 'lib/gong_api/models/content_selector.rb', line 144 def hash [context, context_timing, exposed_fields].hash end |