Class: Fbtxt::Parser::CoachLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/fbtxt/parser/parse_tree-props.rb

Overview

note - support multiple coaches

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#coachesObject

Returns the value of attribute coaches

Returns:

  • (Object)

    the current value of coaches



41
42
43
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 41

def coaches
  @coaches
end

Instance Method Details

#pretty_print(q) ⇒ Object



42
43
44
45
46
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 42

def pretty_print( q )
  q.group( 4, '<CoachLine ', '>') do
    q.pp( coaches )
  end
end