Class: RaccMatchParser::RoundOutline
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::RoundOutline
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#outline ⇒ Object
Returns the value of attribute outline.
Instance Method Summary collapse
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
190 191 192 |
# File 'lib/sportdb/parser/racc_tree.rb', line 190 def level @level end |
#outline ⇒ Object
Returns the value of attribute outline
190 191 192 |
# File 'lib/sportdb/parser/racc_tree.rb', line 190 def outline @outline end |
Instance Method Details
#pretty_print(printer) ⇒ Object
191 192 193 |
# File 'lib/sportdb/parser/racc_tree.rb', line 191 def pretty_print( printer ) printer.text( "<RoundOutline #{self.outline}, level=#{self.level}>" ) end |