Method: Harbor2Client::Errors#==

Defined in:
lib/harbor2_client/models/errors.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



64
65
66
67
68
# File 'lib/harbor2_client/models/errors.rb', line 64

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