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



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def aux1
  @aux1
end

#aux2Object

Returns the value of attribute aux2

Returns:

  • (Object)

    the current value of aux2



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def aux2
  @aux2
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def filename
  @filename
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def footer
  @footer
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def type
  @type
end

#xtitleObject

Returns the value of attribute xtitle

Returns:

  • (Object)

    the current value of xtitle



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def xtitle
  @xtitle
end

#ytitleObject

Returns the value of attribute ytitle

Returns:

  • (Object)

    the current value of ytitle



10
11
12
# File 'lib/genevalidator/tabular_parser.rb', line 10

def ytitle
  @ytitle
end