Class: Pdfrb::Conformance::PdfA::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



8
9
10
# File 'lib/pdfrb/conformance/pdf_a.rb', line 8

def level
  @level
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



8
9
10
# File 'lib/pdfrb/conformance/pdf_a.rb', line 8

def passed
  @passed
end

#violationsObject

Returns the value of attribute violations

Returns:

  • (Object)

    the current value of violations



8
9
10
# File 'lib/pdfrb/conformance/pdf_a.rb', line 8

def violations
  @violations
end