Class: ECCSV::QuotedTextNode
- Inherits:
-
ParentNode
- Object
- Node
- ParentNode
- ECCSV::QuotedTextNode
- Defined in:
- lib/eccsv/node.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from ParentNode
Methods inherited from Node
Constructor Details
This class inherits a constructor from ECCSV::ParentNode
Instance Method Details
#value ⇒ Object
26 27 28 |
# File 'lib/eccsv/node.rb', line 26 def value @value ||= @children.collect(&:value).join end |