Method: PureCloud::Operation#hash
- Defined in:
- lib/purecloudclient_v2a/models/operation.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
336 337 338 |
# File 'lib/purecloudclient_v2a/models/operation.rb', line 336 def hash [id, complete, user, , error_code, error_details, , action_name, action_status].hash end |