Class: RaccMatchParser::AttendanceLine
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::AttendanceLine
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Instance Attribute Summary collapse
-
#att ⇒ Object
Returns the value of attribute att.
Instance Method Summary collapse
Instance Attribute Details
#att ⇒ Object
Returns the value of attribute att
40 41 42 |
# File 'lib/sportdb/parser/racc_tree.rb', line 40 def att @att end |
Instance Method Details
#pretty_print(printer) ⇒ Object
41 42 43 |
# File 'lib/sportdb/parser/racc_tree.rb', line 41 def pretty_print( printer ) printer.text( "<AttendanceLine #{self.att}>" ) end |