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, ...

Parameters:

  • value (String?, Symbol, nil)

Returns:

  • (String, Symbol, nil)


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

attribute(:direction)

#from_positionInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:from_position)

#max_countInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:max_count)

#to_positionInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:to_position)