class Interferon::HostSourcesLoader

Public Instance Methods

initialize_attributes() click to toggle source
# File lib/interferon/loaders.rb, line 110
def initialize_attributes
  @loader_for = 'host source'
  @type_path = 'host_sources'
  @module = ::Interferon::HostSources
end