Class: ForemanOmaha::OmahaReportImporter

Inherits:
ReportImporter
  • Object
show all
Defined in:
app/services/foreman_omaha/omaha_report_importer.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.authorized_smart_proxy_featuresObject



9
10
11
# File 'app/services/foreman_omaha/omaha_report_importer.rb', line 9

def self.authorized_smart_proxy_features
  @authorized_smart_proxy_features ||= super + ['Omaha']
end

Instance Method Details

#report_name_classObject



5
6
7
# File 'app/services/foreman_omaha/omaha_report_importer.rb', line 5

def report_name_class
  OmahaReport
end