Class: Interferon::HostSourcesLoader

Inherits:
DynamicLoader show all
Defined in:
lib/interferon/loaders.rb

Instance Method Summary collapse

Methods inherited from DynamicLoader

#get_all, #get_klass, #initialize

Methods included from Logging

configure_logger_for, #log, #statsd

Constructor Details

This class inherits a constructor from Interferon::DynamicLoader

Instance Method Details

#initialize_attributesObject



110
111
112
113
114
# File 'lib/interferon/loaders.rb', line 110

def initialize_attributes
  @loader_for = 'host source'
  @type_path = 'host_sources'
  @module = ::Interferon::HostSources
end