Sha256: c585f448750f11cd8956847ec82e2c29daeefb817ab2be210cd6f04d7436a7f8
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
module Axlsx # A collection of Cfvo objects that initializes with the required # first two items class Cfvos < SimpleTypedList def initialize super(Cfvo) end # Serialize the Cfvo object # @param [String] str # @return [String] def to_xml_string(str = '') each { |cfvo| cfvo.to_xml_string(str) } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caxlsx-3.4.1 | lib/axlsx/workbook/worksheet/cfvos.rb |
caxlsx-3.4.0 | lib/axlsx/workbook/worksheet/cfvos.rb |