class NdrImport::Vcf::Table

Syntatic sugar to ensure ‘header_lines` and `footer_lines` are 1 and 0 respectively. All other Table logic is inherited from `NdrImport::Table`

Public Class Methods

all_valid_options() click to toggle source
Calls superclass method NdrImport::Table::all_valid_options
# File lib/ndr_import/vcf/table.rb, line 8
def self.all_valid_options
  super - %w[delimiter header_lines footer_lines]
end

Public Instance Methods

header_lines() click to toggle source
# File lib/ndr_import/vcf/table.rb, line 12
def header_lines
  1
end