Class: PgEventstore::QueryBuilders::ReadCursor::StreamCursor::AllStreamCursor

Inherits:
Object
  • Object
show all
Includes:
Extensions::OptionsExtension
Defined in:
lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb,
sig/pg_eventstore/query_builders/read_cursor/stream_cursor.rbs

Instance Attribute Summary collapse

Method Summary

Methods included from Extensions::OptionsExtension

included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error

Instance Attribute Details

#directionString, ...



38
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 38

attribute(:direction)

#from_positionInteger?



32
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 32

attribute(:from_position)

#max_countInteger?



41
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 41

attribute(:max_count)

#to_positionInteger?



35
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 35

attribute(:to_position)