Class: RaccMatchParser::GoalLineAlt
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::GoalLineAlt
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Overview
check - use a different name e.g. GoalLineScore or such - why? why not?
Instance Attribute Summary collapse
-
#goals ⇒ Object
Returns the value of attribute goals.
Instance Method Summary collapse
Instance Attribute Details
#goals ⇒ Object
Returns the value of attribute goals
368 369 370 |
# File 'lib/sportdb/parser/racc_tree.rb', line 368 def goals @goals end |
Instance Method Details
#pretty_print(printer) ⇒ Object
369 370 371 372 |
# File 'lib/sportdb/parser/racc_tree.rb', line 369 def pretty_print( printer ) printer.text( "<GoalLineAlt " ) printer.text( "goals=" + self.goals.pretty_inspect + ">" ) end |