Method: PureCloud::ServiceType#hash

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

#hashObject

Calculate hash code according to all attributes.



131
132
133
# File 'lib/purecloud/models/service_type.rb', line 131

def hash
  [type, parameters, codecs, strip, calling_party_id, call_history, prefix].hash
end