Class: Appfuel::Handler::Command
- Defined in:
- lib/appfuel/handler/command.rb
Constant Summary
Constants included from InjectDsl
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#build_criteria, #call, create_handler_failure, create_response, error, #error, fail_handler!, inherited, #initialize, ok, #ok, #present, response?, response_handler, run, run!, #search
Methods included from ValidatorDsl
#default_validator_name, #load_validator, #load_validators, #resolve_inputs, #skip_validation!, #skip_validation?, #validator, #validator_keys, #validators, #validators?
Methods included from InjectDsl
#inject, #injections, #resolve_dependencies
Methods included from Application::AppContainer
#app_container, #feature_name, included, #qualify_container_key
Constructor Details
This class inherits a constructor from Appfuel::Handler::Base
Class Method Details
.container_class_type ⇒ Object
5 6 7 |
# File 'lib/appfuel/handler/command.rb', line 5 def container_class_type 'commands' end |