Sha256: 0f138871ea61fabea999bfe8e1be5e8f16b94e0a448ff5b73c864796827349e3

Contents?: true

Size: 163 Bytes

Versions: 27

Compression:

Stored size: 163 Bytes

Contents

module Katello
  class RhsmFactName < ::FactName
    FACT_TYPE = :rhsm

    def set_name
      self.short_name = self.name.split(SEPARATOR).last
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
katello-3.0.0.rc4 app/models/katello/rhsm_fact_name.rb
katello-3.0.0.rc3 app/models/katello/rhsm_fact_name.rb
katello-3.0.0.rc2 app/models/katello/rhsm_fact_name.rb
katello-3.0.0.rc1 app/models/katello/rhsm_fact_name.rb
katello-2.4.1 app/models/katello/rhsm_fact_name.rb
katello-2.4.0 app/models/katello/rhsm_fact_name.rb
katello-2.4.0.rc3 app/models/katello/rhsm_fact_name.rb