Method: PPTX::OPC::Package#parts

Defined in:
lib/pptx/opc/package.rb

#partsObject

Returns a Hash of name -> Part Do not modify the hash directly, but use set_part.



36
37
38
# File 'lib/pptx/opc/package.rb', line 36

def parts
  @parts
end