Method: PureCloud::PolicyErrors#==

Defined in:
lib/purecloud/models/policy_errors.rb

#==(o) ⇒ Object

Check equality by comparing each attribute.



56
57
58
59
60
# File 'lib/purecloud/models/policy_errors.rb', line 56

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      policy_error_messages == o.policy_error_messages
end