Class: PgEventstore::QueryBuilders::ReadCursor::StreamCursor::RegularStreamCursor
- Inherits:
-
Object
- Object
- PgEventstore::QueryBuilders::ReadCursor::StreamCursor::RegularStreamCursor
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, ...
20
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 20
attribute(:direction)
|
#from_revision ⇒ Integer?
14
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 14
attribute(:from_revision)
|
#max_count ⇒ Integer?
23
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 23
attribute(:max_count)
|
#to_revision ⇒ Integer?
17
|
# File 'lib/pg_eventstore/query_builders/read_cursor/stream_cursor.rb', line 17
attribute(:to_revision)
|