Class: CSVPlusPlus::Writer::Writer
- Inherits:
-
Object
- Object
- CSVPlusPlus::Writer::Writer
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/csv_plus_plus/writer/writer.rb
Overview
Some shared functionality that all Writers should build on
Direct Known Subclasses
Instance Attribute Summary collapse
-
#position ⇒ Position
readonly
The current position - needed to resolve variables and display useful error messages.
Instance Attribute Details
#position ⇒ Position (readonly)
The current position - needed to resolve variables and display useful error messages
10 11 12 |
# File 'lib/csv_plus_plus/writer/writer.rb', line 10 def position @position end |