Class: PgEventstore::QueryBuilders::ReadCursor::StreamCursor::AllStreamCursor
- Inherits:
-
Object
- Object
- PgEventstore::QueryBuilders::ReadCursor::StreamCursor::AllStreamCursor
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
included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error
Instance Attribute Details
#direction ⇒ String, ...
38
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 38
attribute(:direction)
|
#from_position ⇒ Integer?
32
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 32
attribute(:from_position)
|
#max_count ⇒ Integer?
41
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 41
attribute(:max_count)
|
#to_position ⇒ Integer?
35
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 35
attribute(:to_position)
|