Class: RaccMatchParser::AttendanceLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/sportdb/parser/racc_tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attObject

Returns the value of attribute att

Returns:

  • (Object)

    the current value of att



16
17
18
# File 'lib/sportdb/parser/racc_tree.rb', line 16

def att
  @att
end

Instance Method Details

#pretty_print(printer) ⇒ Object



17
18
19
# File 'lib/sportdb/parser/racc_tree.rb', line 17

def pretty_print( printer )
  printer.text( "<AttendanceLine #{self.att}>" )
end