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
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def aux1 @aux1 end |
#aux2 ⇒ Object
Returns the value of attribute aux2
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def aux2 @aux2 end |
#filename ⇒ Object
Returns the value of attribute filename
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def filename @filename end |
#footer ⇒ Object
Returns the value of attribute footer
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def title @title end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def type @type end |
#xtitle ⇒ Object
Returns the value of attribute xtitle
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def xtitle @xtitle end |
#ytitle ⇒ Object
Returns the value of attribute ytitle
6 7 8 |
# File 'lib/genevalidator/tabular_parser.rb', line 6 def ytitle @ytitle end |