Module: FTPMVC::Format::CSV
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/ftpmvc/format/csv.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
13 14 15 |
# File 'lib/ftpmvc/format/csv.rb', line 13 def data StringIO.new(csv) end |
#initialize(filename) ⇒ Object
9 10 11 |
# File 'lib/ftpmvc/format/csv.rb', line 9 def initialize(filename) super "#{filename}.csv" end |