lib/purecloud/models/condition.rb in purecloud-0.62.1 vs lib/purecloud/models/condition.rb in purecloud-0.63.1
- old
+ new
@@ -85,11 +85,9 @@
self.type = attributes[:'type']
end
if attributes[:'inverted']
self.inverted = attributes[:'inverted']
- else
- self.inverted = false
end
if attributes[:'attributeName']
self.attribute_name = attributes[:'attributeName']
end