Method: Hieracles::Formats::Json#paths

Defined in:
lib/hieracles/formats/json.rb

#paths(_) ⇒ Object



22
23
24
# File 'lib/hieracles/formats/json.rb', line 22

def paths(_)
  { 'paths' => @node.paths }.merge(alerts).to_json
end