Method: PureCloud::FailedObject#hash
- Defined in:
- lib/purecloudplatformclientv2/models/failed_object.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
106 107 108 |
# File 'lib/purecloudplatformclientv2/models/failed_object.rb', line 106 def hash [id, version, name, error_code].hash end |