Class: CSVPlusPlus::Writer::BaseWriter
- Inherits:
-
Object
- Object
- CSVPlusPlus::Writer::BaseWriter
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/csv_plus_plus/writer/base_writer.rb
Overview
Some shared functionality that all Writers should build on
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Options
readonly
The supplied options - some of which are relevant for our writer instance.
-
#runtime ⇒ Runtime
readonly
The current runtime - needed to resolve variables and display useful error messages.
Instance Attribute Details
#options ⇒ Options (readonly)
The supplied options - some of which are relevant for our writer instance
10 11 12 |
# File 'lib/csv_plus_plus/writer/base_writer.rb', line 10 def @options end |
#runtime ⇒ Runtime (readonly)
The current runtime - needed to resolve variables and display useful error messages
10 11 12 |
# File 'lib/csv_plus_plus/writer/base_writer.rb', line 10 def runtime @runtime end |