Class: Dipa::AgentServices::BaseService
- Inherits:
-
Dipa::ApplicationService
- Object
- Dipa::ApplicationService
- Dipa::AgentServices::BaseService
- Defined in:
- app/services/dipa/agent_services/base_service.rb
Direct Known Subclasses
CoordinatorStateService, PostProcessingService, ProcessingService, StartProcessingService
Instance Method Summary collapse
Methods inherited from Dipa::ApplicationService
Instance Method Details
#call(agent:) ⇒ Object
6 7 8 |
# File 'app/services/dipa/agent_services/base_service.rb', line 6 def call(agent:) @_agent = agent end |