Method: Harbor2LegacyClient::NotFoundChartAPIError#==

Defined in:
lib/harbor2_legacy_client/models/not_found_chart_api_error.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



68
69
70
71
72
# File 'lib/harbor2_legacy_client/models/not_found_chart_api_error.rb', line 68

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