Class: AnyLogger::Configuration::LogSubscriber::Detach

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



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

def organizer
  @organizer
end

#subscriberObject

Returns the value of attribute subscriber

Returns:

  • (Object)

    the current value of subscriber



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

def subscriber
  @subscriber
end