Class: Rubygoal::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#average_lower_errorObject

Returns the value of attribute average_lower_error.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def average_lower_error
  @average_lower_error
end

#average_players_countObject

Returns the value of attribute average_players_count.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def average_players_count
  @average_players_count
end

#average_speedObject

Returns the value of attribute average_speed.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def average_speed
  @average_speed
end

#average_upper_errorObject

Returns the value of attribute average_upper_error.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def average_upper_error
  @average_upper_error
end

#captain_errorObject

Returns the value of attribute captain_error.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def captain_error
  @captain_error
end

#captain_players_countObject

Returns the value of attribute captain_players_count.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def captain_players_count
  @captain_players_count
end

#captain_speedObject

Returns the value of attribute captain_speed.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def captain_speed
  @captain_speed
end

#debug_outputObject

Returns the value of attribute debug_output.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def debug_output
  @debug_output
end

#deceleration_coefObject

Returns the value of attribute deceleration_coef.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def deceleration_coef
  @deceleration_coef
end

#distance_control_ballObject

Returns the value of attribute distance_control_ball.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def distance_control_ball
  @distance_control_ball
end

#fast_lower_errorObject

Returns the value of attribute fast_lower_error.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def fast_lower_error
  @fast_lower_error
end

#fast_players_countObject

Returns the value of attribute fast_players_count.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def fast_players_count
  @fast_players_count
end

#fast_speedObject

Returns the value of attribute fast_speed.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def fast_speed
  @fast_speed
end

#fast_upper_errorObject

Returns the value of attribute fast_upper_error.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def fast_upper_error
  @fast_upper_error
end

#game_timeObject

Returns the value of attribute game_time.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def game_time
  @game_time
end

#initial_player_positionsObject

Returns the value of attribute initial_player_positions.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def initial_player_positions
  @initial_player_positions
end

#kick_again_delayObject

Returns the value of attribute kick_again_delay.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def kick_again_delay
  @kick_again_delay
end

#kick_strengthObject

Returns the value of attribute kick_strength.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def kick_strength
  @kick_strength
end

#record_gameObject

Returns the value of attribute record_game.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def record_game
  @record_game
end

#record_last_kickerObject

Returns the value of attribute record_last_kicker.



5
6
7
# File 'lib/rubygoal/configuration.rb', line 5

def record_last_kicker
  @record_last_kicker
end