Class: Axlsx::Cfvos
- Inherits:
-
SimpleTypedList
- Object
- SimpleTypedList
- Axlsx::Cfvos
- Defined in:
- lib/axlsx/workbook/worksheet/cfvos.rb
Overview
A collection of Cfvo objects that initializes with the required first two items
Instance Method Summary collapse
-
#initialize ⇒ Cfvos
constructor
A new instance of Cfvos.
-
#to_xml_string(str = '') ⇒ String
Serialize the Cfvo object.
Constructor Details
Instance Method Details
#to_xml_string(str = '') ⇒ String
Serialize the Cfvo object
14 15 16 |
# File 'lib/axlsx/workbook/worksheet/cfvos.rb', line 14 def to_xml_string(str='') each { |cfvo| cfvo.to_xml_string(str) } end |