Sha256: 625bce7f1468293f8597bb3658d184072312f5cb516b55a14310cba77a98b271
Contents?: true
Size: 657 Bytes
Versions: 28
Compression:
Stored size: 657 Bytes
Contents
# PulpRpmClient::Addon ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **addon_id** | **String** | Addon id. | **uid** | **String** | Addon uid. | **name** | **String** | Addon name. | **type** | **String** | Addon type. | **packages** | **String** | Relative path to directory with binary RPMs. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::Addon.new(addon_id: null, uid: null, name: null, type: null, packages: null) ```
Version data entries
28 entries across 28 versions & 1 rubygems