class Docxtor2::Package::Part
Attributes
content[R]
filename[R]
Public Class Methods
new(filename, content)
click to toggle source
# File lib/docxtor2/package/part.rb, line 5 def initialize(filename, content) @filename = filename @content = content end