Class: Interferon::DestinationsLoader

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



102
103
104
105
106
# File 'lib/interferon/loaders.rb', line 102

def initialize_attributes
  @loader_for = 'destination'
  @type_path = 'destinations'
  @module = ::Interferon::Destinations
end