Sha256: 3a69f3afa606f771b45f6198d08e093cb2793d566897121bf4ade6261e06e0ae
Contents?: true
Size: 279 Bytes
Versions: 6
Compression:
Stored size: 279 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 def to_xml_string(str='') @list.each { |cfvo| cfvo.to_xml_string(str) } end end end
Version data entries
6 entries across 6 versions & 2 rubygems