Class: AnyLogger::Configuration::LogSubscriber::Attach
- Inherits:
-
Struct
- Object
- Struct
- AnyLogger::Configuration::LogSubscriber::Attach
- 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
15 16 17 |
# File 'lib/any_logger/configuration/log_subscriber.rb', line 15 def organizer @organizer end |
#subscriber ⇒ Object
Returns the value of attribute subscriber
15 16 17 |
# File 'lib/any_logger/configuration/log_subscriber.rb', line 15 def subscriber @subscriber end |