lib/purecloud/models/geolocation_settings.rb in purecloud-0.64.1 vs lib/purecloud/models/geolocation_settings.rb in purecloud-0.65.1
- old
+ new
@@ -74,11 +74,9 @@
self.name = attributes[:'name']
end
if attributes[:'enabled']
self.enabled = attributes[:'enabled']
- else
- self.enabled = false
end
if attributes[:'mapboxKey']
self.mapbox_key = attributes[:'mapboxKey']
end