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



83
84
85
# File 'lib/raft.rb', line 83

def next_index
  @next_index
end

#succeededObject

Returns the value of attribute succeeded



83
84
85
# File 'lib/raft.rb', line 83

def succeeded
  @succeeded
end