Class: Fbtxt::Parser::AttendanceLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/fbtxt/parser/parse_tree-props.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/fbtxt/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/fbtxt/parser/parse_tree-props.rb', line 41

def pretty_print( q )
  q.group( 4, '<AttendanceLine ', '>') do
    q.pp( att )
  end
end