Class: PgEventstore::QueryBuilders::ReadCursor::StreamCursor::RegularStreamCursor

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)


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

attribute(:direction)

#from_revisionInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:from_revision)

#max_countInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:max_count)

#to_revisionInteger?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


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

attribute(:to_revision)