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