Method: Chef::Formatters::ErrorDescription#for_json
- Defined in:
- lib/chef/formatters/error_description.rb
#for_json ⇒ Object
53 54 55 56 57 58 |
# File 'lib/chef/formatters/error_description.rb', line 53 def for_json { "title" => @title, "sections" => @sections, } end |