Class: Pgbus::Streams::Coalescer::Entry
- Inherits:
-
Struct
- Object
- Struct
- Pgbus::Streams::Coalescer::Entry
- Defined in:
- lib/pgbus/streams/coalescer.rb
Instance Attribute Summary collapse
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#opts ⇒ Object
Returns the value of attribute opts
34 35 36 |
# File 'lib/pgbus/streams/coalescer.rb', line 34 def opts @opts end |
#payload ⇒ Object
Returns the value of attribute payload
34 35 36 |
# File 'lib/pgbus/streams/coalescer.rb', line 34 def payload @payload end |