Class: Raft::CommandRequest
- Inherits:
-
Struct
- Object
- Struct
- Raft::CommandRequest
- Defined in:
- lib/raft.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
119 120 121 |
# File 'lib/raft.rb', line 119 def command @command end |