Class: Pdfrb::Conformance::PdfUA::Violation
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Conformance::PdfUA::Violation
- Defined in:
- lib/pdfrb/conformance/pdf_ua.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
11 12 13 |
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 11 def @message end |
#object ⇒ Object
Returns the value of attribute object
11 12 13 |
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 11 def object @object end |
#rule ⇒ Object
Returns the value of attribute rule
11 12 13 |
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 11 def rule @rule end |