Sha256: fa8cdc5bcea12f78dc4ef84856eafbbc324d568eea69a113ce17fdf2ac4ab1b0
Contents?: true
Size: 181 Bytes
Versions: 2
Compression:
Stored size: 181 Bytes
Contents
# Docx Shape Line Element module OoxmlParser class DocxShapeLineElement attr_accessor :type, :points def initialize(points = []) @points = points end end end
Version data entries
2 entries across 2 versions & 1 rubygems