Method: PureCloud::Detail#hash

Defined in:
lib/purecloudclient_v2a/models/detail.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



177
178
179
# File 'lib/purecloudclient_v2a/models/detail.rb', line 177

def hash
  [error_code, field_name, entity_id, entity_name].hash
end