Class: Raft::FollowerState

Inherits:
Struct
  • Object
show all
Defined in:
lib/raft.rb

Instance Attribute Summary collapse

Instance Attribute Details

#next_indexObject

Returns the value of attribute next_index



99
100
101
# File 'lib/raft.rb', line 99

def next_index
  @next_index
end

#succeededObject

Returns the value of attribute succeeded



99
100
101
# File 'lib/raft.rb', line 99

def succeeded
  @succeeded
end