Class: RaccMatchParser::GroupHeader
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::GroupHeader
- Defined in:
- lib/sportdb/parser.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
228 229 230 |
# File 'lib/sportdb/parser.rb', line 228 def name @name end |
Instance Method Details
#pretty_print(printer) ⇒ Object
229 230 231 232 |
# File 'lib/sportdb/parser.rb', line 229 def pretty_print( printer ) printer.text( "<GroupHeader " ) printer.text( "#{self.name}>" ) end |