Module: Eco::API::UseCases::Service
- Defined in:
- lib/eco/api/usecases/service.rb,
lib/eco/api/usecases/service/sftp.rb,
lib/eco/api/usecases/service/sftp/with_target_config.rb
Overview
Note:
its purpose to keep UseCase classes as dry as possible.
Rather than including methods into the use case, a service class
approach can prevent undesirable clashes, that in turn are very
difficult to track down.
Service classes tied to UseCases
Defined Under Namespace
Classes: Sftp