Method: PulpRpmClient::ContentSummaryResponse#valid?

Defined in:
lib/pulp_rpm_client/models/content_summary_response.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



116
117
118
119
120
121
122
# File 'lib/pulp_rpm_client/models/content_summary_response.rb', line 116

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @added.nil?
  return false if @removed.nil?
  return false if @present.nil?
  true
end