Class: NdrImport::File::Vcf
Overview
This class is a vcf file handler that returns a single table.
Instance Attribute Summary collapse
-
#vcf_file_metadata ⇒ Object
Returns the value of attribute vcf_file_metadata.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Vcf
constructor
A new instance of Vcf.
Methods inherited from Base
Constructor Details
#initialize ⇒ Vcf
Returns a new instance of Vcf.
13 14 15 16 17 18 |
# File 'lib/ndr_import/file/vcf.rb', line 13 def initialize(*) super = ['vcf_file_metadata'] end |
Instance Attribute Details
#vcf_file_metadata ⇒ Object
Returns the value of attribute vcf_file_metadata.
11 12 13 |
# File 'lib/ndr_import/file/vcf.rb', line 11 def end |