Class: Raft::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- Raft::LogEntry
- Defined in:
- lib/raft.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#index ⇒ Object
Returns the value of attribute index.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
30 31 32 |
# File 'lib/raft.rb', line 30 def command @command end |
#index ⇒ Object
Returns the value of attribute index
30 31 32 |
# File 'lib/raft.rb', line 30 def index @index end |
#term ⇒ Object
Returns the value of attribute term
30 31 32 |
# File 'lib/raft.rb', line 30 def term @term end |