Method: PulpRpmClient::Copy#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



91
92
93
94
# File 'lib/pulp_rpm_client/models/copy.rb', line 91

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end