Class: HL7::Exporter::Csv

Inherits:
HL7::Exporter show all
Defined in:
lib/hl7/exporter/csv.rb

Constant Summary

Constants inherited from HL7::Exporter

VERSION

Instance Attribute Summary collapse

Attributes inherited from HL7::Exporter

#message

Instance Method Summary collapse

Methods inherited from HL7::Exporter

#initialize

Constructor Details

This class inherits a constructor from HL7::Exporter

Instance Attribute Details

#templateObject

Returns the value of attribute template.



3
4
5
# File 'lib/hl7/exporter/csv.rb', line 3

def template
  @template
end

Instance Method Details

#exportObject



5
6
7
# File 'lib/hl7/exporter/csv.rb', line 5

def export
  template % data
end