Class: ActivePublisher::Message
- Inherits:
-
Struct
- Object
- Struct
- ActivePublisher::Message
- Defined in:
- lib/active_publisher/message.rb
Instance Attribute Summary collapse
-
#exchange_name ⇒ Object
Returns the value of attribute exchange_name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#exchange_name ⇒ Object
Returns the value of attribute exchange_name
2 3 4 |
# File 'lib/active_publisher/message.rb', line 2 def exchange_name @exchange_name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/active_publisher/message.rb', line 2 def @options end |
#payload ⇒ Object
Returns the value of attribute payload
2 3 4 |
# File 'lib/active_publisher/message.rb', line 2 def payload @payload end |
#route ⇒ Object
Returns the value of attribute route
2 3 4 |
# File 'lib/active_publisher/message.rb', line 2 def route @route end |