Class: Pdfrb::Task::VeraPdfCrossCheck::Result
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Task::VeraPdfCrossCheck::Result
- Defined in:
- lib/pdfrb/task/vera_pdf_cross_check.rb
Instance Attribute Summary collapse
-
#compliant ⇒ Object
Returns the value of attribute compliant.
-
#failed_checks ⇒ Object
Returns the value of attribute failed_checks.
-
#failed_rules ⇒ Object
Returns the value of attribute failed_rules.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#passed_checks ⇒ Object
Returns the value of attribute passed_checks.
-
#passed_rules ⇒ Object
Returns the value of attribute passed_rules.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Method Summary collapse
Instance Attribute Details
#compliant ⇒ Object
Returns the value of attribute compliant
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def compliant @compliant end |
#failed_checks ⇒ Object
Returns the value of attribute failed_checks
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def failed_checks @failed_checks end |
#failed_rules ⇒ Object
Returns the value of attribute failed_rules
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def failed_rules @failed_rules end |
#failures ⇒ Object
Returns the value of attribute failures
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def failures @failures end |
#passed_checks ⇒ Object
Returns the value of attribute passed_checks
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def passed_checks @passed_checks end |
#passed_rules ⇒ Object
Returns the value of attribute passed_rules
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def passed_rules @passed_rules end |
#profile ⇒ Object
Returns the value of attribute profile
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def profile @profile end |
#raw ⇒ Object
Returns the value of attribute raw
16 17 18 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 16 def raw @raw end |
Instance Method Details
#compliant? ⇒ Boolean
20 21 22 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 20 def compliant? compliant == true end |
#failure_messages ⇒ Object
24 25 26 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 24 def failures.map(&:message) end |