Module: Command::ClassMethods
- Defined in:
- lib/cqs/command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/cqs/command.rb', line 11 def execute new(nil).execute end |
#register_method(method_name) ⇒ Object
15 16 17 |
# File 'lib/cqs/command.rb', line 15 def register_method(method_name) _register_method(method_name, :execute) end |