Class: TCB::HandlesCommands::CommandHandlerRegistration
- Inherits:
-
Data
- Object
- Data
- TCB::HandlesCommands::CommandHandlerRegistration
- Defined in:
- lib/tcb/handles_commands.rb
Instance Attribute Summary collapse
-
#command_class ⇒ Object
readonly
Returns the value of attribute command_class.
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
Instance Attribute Details
#command_class ⇒ Object (readonly)
Returns the value of attribute command_class
5 6 7 |
# File 'lib/tcb/handles_commands.rb', line 5 def command_class @command_class end |
#handler ⇒ Object (readonly)
Returns the value of attribute handler
5 6 7 |
# File 'lib/tcb/handles_commands.rb', line 5 def handler @handler end |