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