Class: TabularEntry

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) aux1

Returns the value of attribute aux1

Returns:

  • (Object)

    the current value of aux1



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def aux1
  @aux1
end

- (Object) aux2

Returns the value of attribute aux2

Returns:

  • (Object)

    the current value of aux2



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def aux2
  @aux2
end

- (Object) filename

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def filename
  @filename
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def footer
  @footer
end

- (Object) title

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def title
  @title
end

- (Object) type

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def type
  @type
end

- (Object) xtitle

Returns the value of attribute xtitle

Returns:

  • (Object)

    the current value of xtitle



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def xtitle
  @xtitle
end

- (Object) ytitle

Returns the value of attribute ytitle

Returns:

  • (Object)

    the current value of ytitle



3
4
5
# File 'lib/genevalidator/tabular_parser.rb', line 3

def ytitle
  @ytitle
end