Method: Wellness::System#detailed_check
- Defined in:
- lib/wellness/system.rb
#detailed_check ⇒ Object
28 29 30 31 |
# File 'lib/wellness/system.rb', line 28 def detailed_check report = build_report [report.status_code, { 'Content-Type' => 'application/json' }, [report.detailed.to_json]] end |