Class: TCB::HandlesCommands::CommandHandlerRegistration

Inherits:
Data
  • Object
show all
Defined in:
lib/tcb/handles_commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#command_classObject (readonly)

Returns the value of attribute command_class

Returns:

  • (Object)

    the current value of command_class



5
6
7
# File 'lib/tcb/handles_commands.rb', line 5

def command_class
  @command_class
end

#handlerObject (readonly)

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



5
6
7
# File 'lib/tcb/handles_commands.rb', line 5

def handler
  @handler
end