Class: Pgbus::Client::ReadAfter::Envelope
- Inherits:
-
Data
- Object
- Data
- Pgbus::Client::ReadAfter::Envelope
- Defined in:
- lib/pgbus/client/read_after.rb
Instance Attribute Summary collapse
-
#enqueued_at ⇒ Object
readonly
Returns the value of attribute enqueued_at.
-
#msg_id ⇒ Object
readonly
Returns the value of attribute msg_id.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#enqueued_at ⇒ Object (readonly)
Returns the value of attribute enqueued_at
12 13 14 |
# File 'lib/pgbus/client/read_after.rb', line 12 def enqueued_at @enqueued_at end |
#msg_id ⇒ Object (readonly)
Returns the value of attribute msg_id
12 13 14 |
# File 'lib/pgbus/client/read_after.rb', line 12 def msg_id @msg_id end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
12 13 14 |
# File 'lib/pgbus/client/read_after.rb', line 12 def payload @payload end |
#source ⇒ Object (readonly)
Returns the value of attribute source
12 13 14 |
# File 'lib/pgbus/client/read_after.rb', line 12 def source @source end |