PulpRpmClient::RpmPackage

Properties

Name Type Description Notes
artifact String Artifact file representing the physical content [optional]
relative_path String Path where the artifact is located relative to distributions base_path
file File An uploaded file that may be turned into the artifact of the content unit. [optional]
repository String A URI of a repository the new content unit should be associated with. [optional]

Code Sample

require 'PulpRpmClient'

instance = PulpRpmClient::RpmPackage.new(artifact: null,
                                 relative_path: null,
                                 file: null,
                                 repository: null)