Class: Sourced::Backends::TestBackend::Group::Offset
- Inherits:
-
Struct
- Object
- Struct
- Sourced::Backends::TestBackend::Group::Offset
- Defined in:
- lib/sourced/backends/test_backend.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#stream_id ⇒ Object
Returns the value of attribute stream_id.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
11 12 13 |
# File 'lib/sourced/backends/test_backend.rb', line 11 def index @index end |
#locked ⇒ Object
Returns the value of attribute locked
11 12 13 |
# File 'lib/sourced/backends/test_backend.rb', line 11 def locked @locked end |
#stream_id ⇒ Object
Returns the value of attribute stream_id
11 12 13 |
# File 'lib/sourced/backends/test_backend.rb', line 11 def stream_id @stream_id end |