Class: NATS::JetStream::Msg::Ack::SequencePair
- Inherits:
-
Struct
- Object
- Struct
- NATS::JetStream::Msg::Ack::SequencePair
- Defined in:
- lib/nats/io/js.rb
Instance Attribute Summary collapse
-
#consumer ⇒ Object
Returns the value of attribute consumer.
-
#stream ⇒ Object
Returns the value of attribute stream.
Instance Attribute Details
#consumer ⇒ Object
Returns the value of attribute consumer
717 718 719 |
# File 'lib/nats/io/js.rb', line 717 def consumer @consumer end |
#stream ⇒ Object
Returns the value of attribute stream
717 718 719 |
# File 'lib/nats/io/js.rb', line 717 def stream @stream end |