Method: Harbor2Client::ProjectSummaryQuota#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



71
72
73
74
75
76
# File 'lib/harbor2_client/models/project_summary_quota.rb', line 71

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