Class: Rubygoal::Config::Team

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubygoal/config_definitions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#average_players_countObject

Returns the value of attribute average_players_count

Returns:

  • (Object)

    the current value of average_players_count



11
12
13
# File 'lib/rubygoal/config_definitions.rb', line 11

def average_players_count
  @average_players_count
end

#captain_players_countObject

Returns the value of attribute captain_players_count

Returns:

  • (Object)

    the current value of captain_players_count



11
12
13
# File 'lib/rubygoal/config_definitions.rb', line 11

def captain_players_count
  @captain_players_count
end

#fast_players_countObject

Returns the value of attribute fast_players_count

Returns:

  • (Object)

    the current value of fast_players_count



11
12
13
# File 'lib/rubygoal/config_definitions.rb', line 11

def fast_players_count
  @fast_players_count
end

#initial_player_positionsObject

Returns the value of attribute initial_player_positions

Returns:

  • (Object)

    the current value of initial_player_positions



11
12
13
# File 'lib/rubygoal/config_definitions.rb', line 11

def initial_player_positions
  @initial_player_positions
end