Class: Dipa::AgentServices::BaseService

Inherits:
Dipa::ApplicationService show all
Defined in:
app/services/dipa/agent_services/base_service.rb

Instance Method Summary collapse

Methods inherited from Dipa::ApplicationService

call

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