Sha256: 319f21e8674233fe0aeabcc10cfbcd024773fb83ce088bd14d1d90389c84b2ca
Contents?: true
Size: 713 Bytes
Versions: 86
Compression:
Stored size: 713 Bytes
Contents
# PulpRpmClient::CompsXml ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | **File** | Full path of a comps.xml file that may be parsed into comps.xml Content units. | **repository** | **String** | URI of an RPM repository the comps.xml content units should be associated to. | [optional] **replace** | **Boolean** | If true, incoming comps.xml replaces existing comps-related ContentUnits in the specified repository. | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::CompsXml.new(file: null, repository: null, replace: null) ```
Version data entries
86 entries across 86 versions & 1 rubygems