Class: Pdfrb::Conformance::VeraPdfBridge::Violation
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Conformance::VeraPdfBridge::Violation
- Defined in:
- lib/pdfrb/conformance/verapdf_bridge.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#rule_id ⇒ Object
Returns the value of attribute rule_id.
-
#spec_clause ⇒ Object
Returns the value of attribute spec_clause.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
26 27 28 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 26 def @message end |
#rule_id ⇒ Object
Returns the value of attribute rule_id
26 27 28 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 26 def rule_id @rule_id end |
#spec_clause ⇒ Object
Returns the value of attribute spec_clause
26 27 28 |
# File 'lib/pdfrb/conformance/verapdf_bridge.rb', line 26 def spec_clause @spec_clause end |