Method: GongAPI::GenericProperty#hash
- Defined in:
- lib/gong_api/models/generic_property.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
157 158 159 |
# File 'lib/gong_api/models/generic_property.rb', line 157 def hash [data_type, name, value].hash end |