Method: Harbor2LegacyClient::NotFoundChartAPIError#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



61
62
63
64
# File 'lib/harbor2_legacy_client/models/not_found_chart_api_error.rb', line 61

def valid?
  return false if @error.nil?
  true
end