Method: PureCloud::CommandStatus#hash

Defined in:
lib/purecloud/models/command_status.rb

#hashObject

Calculate hash code according to all attributes.



157
158
159
# File 'lib/purecloud/models/command_status.rb', line 157

def hash
  [id, name, expiration, user_id, status_code, command_type, document, self_uri].hash
end