Class: Solid::Result::EventLogs::Config
- Inherits:
-
Object
- Object
- Solid::Result::EventLogs::Config
- Defined in:
- lib/solid/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
Instance Attribute Details
#listener ⇒ Object
Returns the value of attribute listener.
5 6 7 |
# File 'lib/solid/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/solid/result/event_logs/config.rb', line 5 def trace_id @trace_id end |