Class: NdrImport::File::Vcf

Inherits:
Base
  • Object
show all
Defined in:
lib/ndr_import/file/vcf.rb

Overview

This class is a vcf file handler that returns a single table.

Instance Attribute Summary collapse

Attributes inherited from Base

#file_metadata

Instance Method Summary collapse

Methods inherited from Base

#files, #tables

Constructor Details

#initializeVcf

Returns a new instance of Vcf.



13
14
15
16
17
18
# File 'lib/ndr_import/file/vcf.rb', line 13

def initialize(*)
  super

   = @options['vcf_file_metadata']
  
end

Instance Attribute Details

#vcf_file_metadataObject

Returns the value of attribute vcf_file_metadata.



11
12
13
# File 'lib/ndr_import/file/vcf.rb', line 11

def 
  
end