Class: ForemanChef::FactImporter
- Inherits:
-
StructuredFactImporter
- Object
- StructuredFactImporter
- ForemanChef::FactImporter
show all
- Defined in:
- app/models/foreman_chef/fact_importer.rb
Defined Under Namespace
Classes: FactNameImportError, Sparser
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.authorized_smart_proxy_features ⇒ Object
9
10
11
|
# File 'app/models/foreman_chef/fact_importer.rb', line 9
def self.authorized_smart_proxy_features
'Chef'
end
|
.support_background ⇒ Object
13
14
15
|
# File 'app/models/foreman_chef/fact_importer.rb', line 13
def self.support_background
true
end
|
Instance Method Details
#fact_name_class ⇒ Object
5
6
7
|
# File 'app/models/foreman_chef/fact_importer.rb', line 5
def fact_name_class
ForemanChef::FactName
end
|