Class: Raft::CommandRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/raft.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



119
120
121
# File 'lib/raft.rb', line 119

def command
  @command
end