Class: Pdfrb::Conformance::PdfUA::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/conformance/pdf_ua.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



10
11
12
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 10

def passed
  @passed
end

#violationsObject

Returns the value of attribute violations

Returns:

  • (Object)

    the current value of violations



10
11
12
# File 'lib/pdfrb/conformance/pdf_ua.rb', line 10

def violations
  @violations
end