Method: ViewModel::Cepc70::AcReport#key_recommendations_management

Defined in:
lib/view_model/cepc70/ac_report.rb

#key_recommendations_managementObject



47
48
49
50
51
52
53
# File 'lib/view_model/cepc70/ac_report.rb', line 47

def key_recommendations_management
  extract_aci_recommendations(
    @xml_doc.search(
      "ACI-Key-Recommendations/Other-Recommendations/ACI-Recommendation",
    ),
  )
end