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 = '') ⇒ Object
Constructor Details
Instance Method Details
#to_xml_string(str = '') ⇒ Object
11 12 13 |
# File 'lib/axlsx/workbook/worksheet/cfvos.rb', line 11 def to_xml_string(str='') @list.each { |cfvo| cfvo.to_xml_string(str) } end |