lib/purecloud/models/workspace.rb in purecloud-0.62.1 vs lib/purecloud/models/workspace.rb in purecloud-0.63.1
- old
+ new
@@ -116,11 +116,9 @@
self.type = attributes[:'type']
end
if attributes[:'isCurrentUserWorkspace']
self.is_current_user_workspace = attributes[:'isCurrentUserWorkspace']
- else
- self.is_current_user_workspace = false
end
if attributes[:'user']
self.user = attributes[:'user']
end