Class: Rsodx::Interactors::Healthcheck

Inherits:
Rsodx::Interactor show all
Defined in:
lib/rsodx/interactors/healthcheck.rb

Instance Method Summary collapse

Methods inherited from Rsodx::Interactor

contract, #halt

Instance Method Details

#callObject



3
4
5
# File 'lib/rsodx/interactors/healthcheck.rb', line 3

def call
  context.data = { ok: true }
end