Class: Pdfrb::Task::VeraPdfCrossCheck::Failure
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Task::VeraPdfCrossCheck::Failure
- Defined in:
- lib/pdfrb/task/vera_pdf_cross_check.rb
Instance Attribute Summary collapse
-
#clause ⇒ Object
Returns the value of attribute clause.
-
#context ⇒ Object
Returns the value of attribute context.
-
#description ⇒ Object
Returns the value of attribute description.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#clause ⇒ Object
Returns the value of attribute clause
29 30 31 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 29 def clause @clause end |
#context ⇒ Object
Returns the value of attribute context
29 30 31 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 29 def context @context end |
#description ⇒ Object
Returns the value of attribute description
29 30 31 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 29 def description @description end |
#message ⇒ Object
Returns the value of attribute message
29 30 31 |
# File 'lib/pdfrb/task/vera_pdf_cross_check.rb', line 29 def @message end |