Class: Pdfrb::Conformance::PdfUA::Result
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Conformance::PdfUA::Result
- Defined in:
- lib/pdfrb/conformance/pdf_ua.rb
Instance Attribute Summary collapse
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#violations ⇒ Object
Returns the value of attribute violations.
Instance Attribute Details
#passed ⇒ Object
Returns the value of attribute passed
10 11 12 |
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 10 def passed @passed end |
#violations ⇒ Object
Returns the value of attribute violations
10 11 12 |
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 10 def violations @violations end |