lib/purecloud/models/location_definition.rb in purecloud-0.63.1 vs lib/purecloud/models/location_definition.rb in purecloud-0.64.1

- old
+ new

@@ -99,9 +99,11 @@ self.address = attributes[:'address'] end if attributes[:'addressVerified'] self.address_verified = attributes[:'addressVerified'] + else + self.address_verified = false end if attributes[:'emergencyNumber'] self.emergency_number = attributes[:'emergencyNumber'] end