Method: PulpGemClient::GemGemContentResponse#valid?

Defined in:
lib/pulp_gem_client/models/gem_gem_content_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



210
211
212
213
214
# File 'lib/pulp_gem_client/models/gem_gem_content_response.rb', line 210

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