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
101 102 103 |
# File 'lib/raft.rb', line 101 def success @success end |
#term ⇒ Object
Returns the value of attribute term
101 102 103 |
# File 'lib/raft.rb', line 101 def term @term end |