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
103 104 105 |
# File 'lib/raft.rb', line 103 def command @command end |