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