Class: Pdfrb::Conformance::VeraPdfBridge::Result
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Conformance::VeraPdfBridge::Result
- Defined in:
- lib/pdfrb/conformance/verapdf_bridge.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#raw_output ⇒ Object
Returns the value of attribute raw_output.
-
#violations ⇒ Object
Returns the value of attribute violations.
Instance Method Summary collapse
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
19 20 21 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 19 def available @available end |
#passed ⇒ Object
Returns the value of attribute passed
19 20 21 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 19 def passed @passed end |
#raw_output ⇒ Object
Returns the value of attribute raw_output
19 20 21 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 19 def raw_output @raw_output end |
#violations ⇒ Object
Returns the value of attribute violations
19 20 21 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 19 def violations @violations end |
Instance Method Details
#passed? ⇒ Boolean
21 22 23 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 21 def passed? available && self[:passed] end |