Class: ForemanProbing::FactName

Inherits:
FactName
  • Object
show all
Defined in:
app/models/foreman_probing/fact_name.rb

Instance Method Summary collapse

Instance Method Details

#originObject

Define the class that fact names that come from Ansible should have It allows us to filter facts by origin, and also to display the origin in the fact values table (/fact_values)



6
7
8
# File 'app/models/foreman_probing/fact_name.rb', line 6

def origin
  'foreman_probing/Network Scan'
end