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

Returns:

  • (Object)

    the current value of aux1



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

def aux1
  @aux1
end

#aux2Object

Returns the value of attribute aux2

Returns:

  • (Object)

    the current value of aux2



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

def aux2
  @aux2
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



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

def footer
  @footer
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#xtitleObject

Returns the value of attribute xtitle

Returns:

  • (Object)

    the current value of xtitle



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

def xtitle
  @xtitle
end

#ytitleObject

Returns the value of attribute ytitle

Returns:

  • (Object)

    the current value of ytitle



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

def ytitle
  @ytitle
end