Class: AnyLogger::Configuration::LogSubscriber::Detach
- Inherits:
-
Struct
- Object
- Struct
- AnyLogger::Configuration::LogSubscriber::Detach
- Defined in:
- lib/any_logger/configuration/log_subscriber.rb
Instance Attribute Summary collapse
-
#organizer ⇒ Object
Returns the value of attribute organizer.
-
#subscriber ⇒ Object
Returns the value of attribute subscriber.
Instance Attribute Details
#organizer ⇒ Object
Returns the value of attribute organizer
14 15 16 |
# File 'lib/any_logger/configuration/log_subscriber.rb', line 14 def organizer @organizer end |
#subscriber ⇒ Object
Returns the value of attribute subscriber
14 15 16 |
# File 'lib/any_logger/configuration/log_subscriber.rb', line 14 def subscriber @subscriber end |