Class: RaccMatchParser::GroupHeader
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::GroupHeader
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
120 121 122 |
# File 'lib/sportdb/parser/racc_tree.rb', line 120 def name @name end |
Instance Method Details
#pretty_print(printer) ⇒ Object
121 122 123 124 |
# File 'lib/sportdb/parser/racc_tree.rb', line 121 def pretty_print( printer ) printer.text( "<GroupHeader " ) printer.text( "#{self.name}>" ) end |