Class: Ears::Testing::MessageCapture::Message
- Inherits:
-
Struct
- Object
- Struct
- Ears::Testing::MessageCapture::Message
- Defined in:
- lib/ears/testing/message_capture.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#exchange_name ⇒ Object
Returns the value of attribute exchange_name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#routing_key ⇒ Object
Returns the value of attribute routing_key.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def data @data end |
#exchange_name ⇒ Object
Returns the value of attribute exchange_name
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def exchange_name @exchange_name end |
#options ⇒ Object
Returns the value of attribute options
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def @options end |
#routing_key ⇒ Object
Returns the value of attribute routing_key
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def routing_key @routing_key end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def thread_id @thread_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
4 5 6 |
# File 'lib/ears/testing/message_capture.rb', line 4 def @timestamp end |