Class: BCDD::Result::EventLogs::Config
- Inherits:
-
Object
- Object
- BCDD::Result::EventLogs::Config
- Defined in:
- lib/bcdd/result/event_logs/config.rb
Instance Attribute Summary collapse
-
#listener ⇒ Object
Returns the value of attribute listener.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 10 |
# File 'lib/bcdd/result/event_logs/config.rb', line 7 def initialize @trace_id = -> {} @listener = Listener::Null.new end |
Instance Attribute Details
#listener ⇒ Object
Returns the value of attribute listener.
5 6 7 |
# File 'lib/bcdd/result/event_logs/config.rb', line 5 def listener @listener end |
#trace_id ⇒ Object
Returns the value of attribute trace_id.
5 6 7 |
# File 'lib/bcdd/result/event_logs/config.rb', line 5 def trace_id @trace_id end |