Class: CSVPlusPlus::Writer::BaseWriter

Inherits:
Object
  • Object
show all
Defined in:
lib/csv_plus_plus/writer/base_writer.rb

Overview

Some shared functionality that all Writers should build on

Direct Known Subclasses

CSV, Excel, GoogleSheets, OpenDocument

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



8
9
10
# File 'lib/csv_plus_plus/writer/base_writer.rb', line 8

def options
  @options
end