Method: PureCloud::GeolocationSettings#hash

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

#hashObject

Calculate hash code according to all attributes.



110
111
112
# File 'lib/purecloud/models/geolocation_settings.rb', line 110

def hash
  [id, name, enabled, mapbox_key, self_uri].hash
end