Class: Rubygoal::Configuration
- Inherits:
-
Object
- Object
- Rubygoal::Configuration
- Defined in:
- lib/rubygoal/configuration.rb
Instance Attribute Summary collapse
-
#average_lower_error ⇒ Object
Returns the value of attribute average_lower_error.
-
#average_players_count ⇒ Object
Returns the value of attribute average_players_count.
-
#average_speed ⇒ Object
Returns the value of attribute average_speed.
-
#average_upper_error ⇒ Object
Returns the value of attribute average_upper_error.
-
#captain_error ⇒ Object
Returns the value of attribute captain_error.
-
#captain_players_count ⇒ Object
Returns the value of attribute captain_players_count.
-
#captain_speed ⇒ Object
Returns the value of attribute captain_speed.
-
#debug_output ⇒ Object
Returns the value of attribute debug_output.
-
#deceleration_coef ⇒ Object
Returns the value of attribute deceleration_coef.
-
#distance_control_ball ⇒ Object
Returns the value of attribute distance_control_ball.
-
#fast_lower_error ⇒ Object
Returns the value of attribute fast_lower_error.
-
#fast_players_count ⇒ Object
Returns the value of attribute fast_players_count.
-
#fast_speed ⇒ Object
Returns the value of attribute fast_speed.
-
#fast_upper_error ⇒ Object
Returns the value of attribute fast_upper_error.
-
#game_time ⇒ Object
Returns the value of attribute game_time.
-
#initial_player_positions ⇒ Object
Returns the value of attribute initial_player_positions.
-
#kick_again_delay ⇒ Object
Returns the value of attribute kick_again_delay.
-
#kick_strength ⇒ Object
Returns the value of attribute kick_strength.
-
#record_game ⇒ Object
Returns the value of attribute record_game.
-
#record_last_kicker ⇒ Object
Returns the value of attribute record_last_kicker.
Instance Attribute Details
#average_lower_error ⇒ Object
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_count ⇒ Object
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_speed ⇒ Object
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_error ⇒ Object
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_error ⇒ Object
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_count ⇒ Object
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_speed ⇒ Object
Returns the value of attribute captain_speed.
5 6 7 |
# File 'lib/rubygoal/configuration.rb', line 5 def captain_speed @captain_speed end |
#debug_output ⇒ Object
Returns the value of attribute debug_output.
5 6 7 |
# File 'lib/rubygoal/configuration.rb', line 5 def debug_output @debug_output end |
#deceleration_coef ⇒ Object
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_ball ⇒ Object
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_error ⇒ Object
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_count ⇒ Object
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_speed ⇒ Object
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_error ⇒ Object
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_time ⇒ Object
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_positions ⇒ Object
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_delay ⇒ Object
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_strength ⇒ Object
Returns the value of attribute kick_strength.
5 6 7 |
# File 'lib/rubygoal/configuration.rb', line 5 def kick_strength @kick_strength end |
#record_game ⇒ Object
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_kicker ⇒ Object
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 |