Class: Raft::FollowerState
- Inherits:
-
Struct
- Object
- Struct
- Raft::FollowerState
- Defined in:
- lib/raft.rb
Instance Attribute Summary collapse
-
#next_index ⇒ Object
Returns the value of attribute next_index.
-
#succeeded ⇒ Object
Returns the value of attribute succeeded.
Instance Attribute Details
#next_index ⇒ Object
Returns the value of attribute next_index
99 100 101 |
# File 'lib/raft.rb', line 99 def next_index @next_index end |
#succeeded ⇒ Object
Returns the value of attribute succeeded
99 100 101 |
# File 'lib/raft.rb', line 99 def succeeded @succeeded end |