class Radar::App::Healthz

Public Instance Methods

status() click to toggle source
# File lib/radar/app/healthz.rb, line 4
def status
  Radar::API::HealthStatus::HEALTHY
end