Class: Fbtxt::Parser::AttendanceLine
- Defined in:
- lib/fbtxt/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
64 65 66 |
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 64 def att @att end |
Instance Method Details
#pretty_print(q) ⇒ Object
65 66 67 68 69 |
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 65 def pretty_print( q ) q.group( 4, '<AttendanceLine ', '>') do q.pp( att ) end end |