Sha256: 1af10af1be1000715750cf669c49f08380ddcf179dee4859f50145d053d1f310
Contents?: true
Size: 247 Bytes
Versions: 11
Compression:
Stored size: 247 Bytes
Contents
module Katello module Pulp class Erratum < PulpContentUnit PULP_SELECT_FIELDS = %w(id).freeze CONTENT_TYPE = "erratum".freeze def self.unit_handler Katello.pulp_server.extensions.errata end end end end
Version data entries
11 entries across 11 versions & 1 rubygems