lib/purecloud/models/phone_capabilities.rb in purecloud-0.64.1 vs lib/purecloud/models/phone_capabilities.rb in purecloud-0.65.1
- old
+ new
@@ -69,39 +69,29 @@
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
if attributes[:'provisions']
self.provisions = attributes[:'provisions']
- else
- self.provisions = false
end
if attributes[:'registers']
self.registers = attributes[:'registers']
- else
- self.registers = false
end
if attributes[:'dualRegisters']
self.dual_registers = attributes[:'dualRegisters']
- else
- self.dual_registers = false
end
if attributes[:'hardwareIdType']
self.hardware_id_type = attributes[:'hardwareIdType']
end
if attributes[:'allowReboot']
self.allow_reboot = attributes[:'allowReboot']
- else
- self.allow_reboot = false
end
if attributes[:'noRebalance']
self.no_rebalance = attributes[:'noRebalance']
- else
- self.no_rebalance = false
end
end
# Check equality by comparing each attribute.