class Docxtor::Package::Part

Attributes

content[R]
filename[R]

Public Class Methods

new(filename, content) click to toggle source
# File lib/docxtor/package/part.rb, line 6
def initialize(filename, content)
  @filename = filename
  @content = content
end