Class: Interferon::GroupSourcesLoader

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



118
119
120
121
122
# File 'lib/interferon/loaders.rb', line 118

def initialize_attributes
  @loader_for = 'group source'
  @type_path = 'group_sources'
  @module = ::Interferon::GroupSources
end