Class: AnyLogger::Configuration::LogSubscriber::Attach

Inherits:
Struct
  • Object
show all
Defined in:
lib/any_logger/configuration/log_subscriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#organizerObject

Returns the value of attribute organizer

Returns:

  • (Object)

    the current value of organizer



15
16
17
# File 'lib/any_logger/configuration/log_subscriber.rb', line 15

def organizer
  @organizer
end

#subscriberObject

Returns the value of attribute subscriber

Returns:

  • (Object)

    the current value of subscriber



15
16
17
# File 'lib/any_logger/configuration/log_subscriber.rb', line 15

def subscriber
  @subscriber
end