lib/purecloud/models/geolocation_settings.rb in purecloud-0.63.1 vs lib/purecloud/models/geolocation_settings.rb in purecloud-0.64.1
- old
+ new
@@ -74,9 +74,11 @@
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