Class: Rsodx::Interactors::Healthcheck
- Inherits:
-
Rsodx::Interactor
- Object
- Rsodx::Interactor
- Rsodx::Interactors::Healthcheck
- Defined in:
- lib/rsodx/interactors/healthcheck.rb
Instance Method Summary collapse
Methods inherited from Rsodx::Interactor
Instance Method Details
#call ⇒ Object
3 4 5 |
# File 'lib/rsodx/interactors/healthcheck.rb', line 3 def call context.data = { ok: true } end |