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