Method: SHACL::ValidationReport#initialize
- Defined in:
- lib/shacl/validation_report.rb
#initialize(results) ⇒ ValidationReport
Creates a report from the set of results
27 28 29 |
# File 'lib/shacl/validation_report.rb', line 27 def initialize(results) @all_results = Array(results) end |