Class: Raft::AppendEntriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Raft::AppendEntriesResponse
- Defined in:
- lib/raft.rb
Instance Attribute Summary collapse
-
#success ⇒ Object
Returns the value of attribute success.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#success ⇒ Object
Returns the value of attribute success
117 118 119 |
# File 'lib/raft.rb', line 117 def success @success end |
#term ⇒ Object
Returns the value of attribute term
117 118 119 |
# File 'lib/raft.rb', line 117 def term @term end |