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



40
41
42
# File 'lib/sportdb/parser/racc_tree.rb', line 40

def att
  @att
end

Instance Method Details

#pretty_print(printer) ⇒ Object



41
42
43
# File 'lib/sportdb/parser/racc_tree.rb', line 41

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