Method: PureCloud::Detail#hash
- Defined in:
- lib/purecloudclient_v2a/models/detail.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
177 178 179 |
# File 'lib/purecloudclient_v2a/models/detail.rb', line 177 def hash [error_code, field_name, entity_id, entity_name].hash end |