Method: PureCloud::SecurityProfile#hash

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

#hashObject

Calculate hash code according to all attributes.



100
101
102
# File 'lib/purecloud/models/security_profile.rb', line 100

def hash
  [id, name, permissions, self_uri].hash
end