Class: SportDb::Parser::AttendanceLine
- Defined in:
- lib/sportdb/parser/parse_tree-props.rb
Instance Attribute Summary collapse
-
#att ⇒ Object
Returns the value of attribute att.
Instance Method Summary collapse
Instance Attribute Details
#att ⇒ Object
Returns the value of attribute att
40 41 42 |
# File 'lib/sportdb/parser/parse_tree-props.rb', line 40 def att @att end |
Instance Method Details
#pretty_print(q) ⇒ Object
41 42 43 44 45 |
# File 'lib/sportdb/parser/parse_tree-props.rb', line 41 def pretty_print( q ) q.group( 4, '<AttendanceLine ', '>') do q.pp( att ) end end |