Method: Raft::AppendEntriesRequest#term

Defined in:
lib/raft.rb

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



115
116
117
# File 'lib/raft.rb', line 115

def term
  @term
end