Class: NATS::JetStream::Msg::Ack::SequencePair

Inherits:
Struct
  • Object
show all
Defined in:
lib/nats/io/js.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consumerObject

Returns the value of attribute consumer

Returns:

  • (Object)

    the current value of consumer



815
816
817
# File 'lib/nats/io/js.rb', line 815

def consumer
  @consumer
end

#streamObject

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



815
816
817
# File 'lib/nats/io/js.rb', line 815

def stream
  @stream
end