Class: Sourced::Backends::TestBackend::Group::Offset

Inherits:
Struct
  • Object
show all
Defined in:
lib/sourced/backends/test_backend.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



11
12
13
# File 'lib/sourced/backends/test_backend.rb', line 11

def index
  @index
end

#lockedObject

Returns the value of attribute locked

Returns:

  • (Object)

    the current value of locked



11
12
13
# File 'lib/sourced/backends/test_backend.rb', line 11

def locked
  @locked
end

#stream_idObject

Returns the value of attribute stream_id

Returns:

  • (Object)

    the current value of stream_id



11
12
13
# File 'lib/sourced/backends/test_backend.rb', line 11

def stream_id
  @stream_id
end