Class: GeneValidator::TabularEntry
- Inherits:
-
Struct
- Object
- Struct
- GeneValidator::TabularEntry
- Defined in:
- lib/genevalidator/tabular_parser.rb
Instance Attribute Summary collapse
-
#aux1 ⇒ Object
Returns the value of attribute aux1.
-
#aux2 ⇒ Object
Returns the value of attribute aux2.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#footer ⇒ Object
Returns the value of attribute footer.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#xtitle ⇒ Object
Returns the value of attribute xtitle.
-
#ytitle ⇒ Object
Returns the value of attribute ytitle.
Instance Attribute Details
#aux1 ⇒ Object
Returns the value of attribute aux1
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def aux1 @aux1 end |
#aux2 ⇒ Object
Returns the value of attribute aux2
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def aux2 @aux2 end |
#filename ⇒ Object
Returns the value of attribute filename
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def filename @filename end |
#footer ⇒ Object
Returns the value of attribute footer
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def @footer end |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def title @title end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def type @type end |
#xtitle ⇒ Object
Returns the value of attribute xtitle
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def xtitle @xtitle end |
#ytitle ⇒ Object
Returns the value of attribute ytitle
10 11 12 |
# File 'lib/genevalidator/tabular_parser.rb', line 10 def ytitle @ytitle end |