Sha256: 1a43b56c969f1d7fb231f655e2af798ecdfb1c0032d6a972ba0eafbd29302d22
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 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
11 entries across 11 versions & 3 rubygems