Sha256: 76a73cc47ff9ca5420c7f891aa9c3e89a9ff4b303632818212e99543f7427ca9
Contents?: true
Size: 257 Bytes
Versions: 73
Compression:
Stored size: 257 Bytes
Contents
module Katello class RhsmFactName < ::FactName FACT_TYPE = :rhsm def set_name self.short_name = self.name.split(SEPARATOR).last end def origin 'RHSM' end def icon_path "icons16x16/redhat.png" end end end
Version data entries
73 entries across 73 versions & 1 rubygems