Class: EventStore::HTTP::ReadStream::Substitute::Telemetry::Read

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_store/http/read_stream/substitute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#batch_sizeObject

Returns the value of attribute batch_size

Returns:

  • (Object)

    the current value of batch_size



93
94
95
# File 'lib/event_store/http/read_stream/substitute.rb', line 93

def batch_size
  @batch_size
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



93
94
95
# File 'lib/event_store/http/read_stream/substitute.rb', line 93

def direction
  @direction
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



93
94
95
# File 'lib/event_store/http/read_stream/substitute.rb', line 93

def position
  @position
end

#streamObject

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



93
94
95
# File 'lib/event_store/http/read_stream/substitute.rb', line 93

def stream
  @stream
end