Sha256: d0d5c3349063f907b7b58c820bf2d3b38bdbec85ad8321c5f627327959916931
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
module OoxmlParser class ShapeSize attr_accessor :width, :height def initialize(width = nil, height = nil) @width = width @height = height end end end
Version data entries
6 entries across 6 versions & 1 rubygems