class Object
Constants
- LOG_FILE
setup logging
Public Instance Methods
to_json( *args )
click to toggle source
# File leafy-health/lib/leafy/health/health_check.rb, line 8 def to_json( *args ) { :healthy => healthy?, :message => @data || message }.to_json( *args ) end