Method: PureCloud::ServiceLevel#hash

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

#hashObject

Calculate hash code according to all attributes.



76
77
78
# File 'lib/purecloud/models/service_level.rb', line 76

def hash
  [percentage, duration_ms].hash
end