Method: PureCloud::Workspace#hash

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

#hashObject

Calculate hash code according to all attributes.



194
195
196
# File 'lib/purecloud/models/workspace.rb', line 194

def hash
  [id, name, type, is_current_user_workspace, user, bucket, date_created, date_modified, summary, acl, description, self_uri].hash
end