Class: Dsp::Api::V1::AgentController
- Inherits:
-
BaseController
- Object
- BaseController
- Dsp::Api::V1::AgentController
- Defined in:
- app/controllers/dsp/api/v1/agent_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
#env, #method, #path, #request
Instance Method Summary collapse
Methods inherited from BaseController
Constructor Details
This class inherits a constructor from Dsp::Api::V1::BaseController
Instance Method Details
#destroy ⇒ Object
11 12 13 |
# File 'app/controllers/dsp/api/v1/agent_controller.rb', line 11 def destroy [200, {}, ['destroy']] end |
#restart ⇒ Object
7 8 9 |
# File 'app/controllers/dsp/api/v1/agent_controller.rb', line 7 def restart [200, {}, ['restart']] end |