Class: Envoi::Mam::Cantemo::Agent::WatchFolderManager::MultiLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/envoi/mam/cantemo/agent/watch_folder_manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*targets) ⇒ MultiLogger

Returns a new instance of MultiLogger.



15
16
17
# File 'lib/envoi/mam/cantemo/agent/watch_folder_manager.rb', line 15

def initialize(*targets)
  @targets = targets
end

Instance Attribute Details

#targetsObject

Returns the value of attribute targets.



13
14
15
# File 'lib/envoi/mam/cantemo/agent/watch_folder_manager.rb', line 13

def targets
  @targets
end