Method: CombinePDF::PDF#objects
- Defined in:
- lib/combine_pdf/pdf_public.rb
#objects ⇒ Object (readonly)
the objects attribute is an Array containing all the PDF sub-objects for te class.
75 76 77 |
# File 'lib/combine_pdf/pdf_public.rb', line 75 def objects @objects end |