Class: Katello::Pulp::Erratum
- Inherits:
-
PulpContentUnit
- Object
- PulpContentUnit
- Katello::Pulp::Erratum
- Defined in:
- app/services/katello/pulp/erratum.rb
Constant Summary collapse
- CONTENT_TYPE =
"erratum"
Instance Attribute Summary
Attributes inherited from PulpContentUnit
Class Method Summary collapse
Methods inherited from PulpContentUnit
#backend_data, fetch, fetch_all, fetch_by_uuids, #initialize, pulp_data
Constructor Details
This class inherits a constructor from Katello::Pulp::PulpContentUnit
Class Method Details
.unit_handler ⇒ Object
6 7 8 |
# File 'app/services/katello/pulp/erratum.rb', line 6 def self.unit_handler Katello.pulp_server.extensions.errata end |