Class: Katello::RhsmFactName

Inherits:
FactName
  • Object
show all
Defined in:
app/models/katello/rhsm_fact_name.rb

Constant Summary collapse

FACT_TYPE =
:rhsm

Instance Method Summary collapse

Instance Method Details

#set_nameObject



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