Class: Raft::RequestVoteResponse
- Inherits:
-
Struct
- Object
- Struct
- Raft::RequestVoteResponse
- Defined in:
- lib/raft.rb
Instance Attribute Summary collapse
-
#term ⇒ Object
Returns the value of attribute term.
-
#vote_granted ⇒ Object
Returns the value of attribute vote_granted.
Instance Attribute Details
#term ⇒ Object
Returns the value of attribute term
34 35 36 |
# File 'lib/raft.rb', line 34 def term @term end |
#vote_granted ⇒ Object
Returns the value of attribute vote_granted
34 35 36 |
# File 'lib/raft.rb', line 34 def vote_granted @vote_granted end |