Class: Katello::RhsmFactName
- Inherits:
-
FactName
- Object
- FactName
- Katello::RhsmFactName
- Defined in:
- app/models/katello/rhsm_fact_name.rb
Constant Summary collapse
- FACT_TYPE =
:rhsm
Instance Method Summary collapse
Instance Method Details
#set_name ⇒ Object
5 6 7 |
# File 'app/models/katello/rhsm_fact_name.rb', line 5 def set_name self.short_name = self.name.split(SEPARATOR).last end |