Class: Warren::Handler::Log::Exchange
- Inherits:
-
Struct
- Object
- Struct
- Warren::Handler::Log::Exchange
- Defined in:
- lib/warren/handler/log.rb
Overview
Small object to track exchange properties for logging purposes
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
51 52 53 |
# File 'lib/warren/handler/log.rb', line 51 def name @name end |
#options ⇒ Object
Returns the value of attribute options
51 52 53 |
# File 'lib/warren/handler/log.rb', line 51 def @options end |