Class: RaccMatchParser::GoalLineCompat
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::GoalLineCompat
- Defined in:
- lib/sportdb/parser/racc_tree.rb
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
431 432 433 |
# File 'lib/sportdb/parser/racc_tree.rb', line 431 def goals @goals end |
Instance Method Details
#pretty_print(printer) ⇒ Object
432 433 434 435 |
# File 'lib/sportdb/parser/racc_tree.rb', line 432 def pretty_print( printer ) printer.text( "<GoalLineCompat " ) printer.text( "goals=" + self.goals.pretty_inspect + ">" ) end |