Class: GeneValidator::TabularEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/genevalidator/tabular_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aux1Object

Returns the value of attribute aux1



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def aux1
  @aux1
end

#aux2Object

Returns the value of attribute aux2



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def aux2
  @aux2
end

#filenameObject

Returns the value of attribute filename



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def filename
  @filename
end

Returns the value of attribute footer



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def footer
  @footer
end

#titleObject

Returns the value of attribute title



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def title
  @title
end

#typeObject

Returns the value of attribute type



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def type
  @type
end

#xtitleObject

Returns the value of attribute xtitle



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def xtitle
  @xtitle
end

#ytitleObject

Returns the value of attribute ytitle



6
7
8
# File 'lib/genevalidator/tabular_parser.rb', line 6

def ytitle
  @ytitle
end