Class: Rubygoal::Config::Player
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::Config::Player
- Defined in:
- lib/rubygoal/config_definitions.rb
Instance Attribute Summary collapse
-
#average_away_image_file ⇒ Object
Returns the value of attribute average_away_image_file.
-
#average_home_image_file ⇒ Object
Returns the value of attribute average_home_image_file.
-
#captain_away_image_file ⇒ Object
Returns the value of attribute captain_away_image_file.
-
#captain_home_image_file ⇒ Object
Returns the value of attribute captain_home_image_file.
-
#distance_control_ball ⇒ Object
Returns the value of attribute distance_control_ball.
-
#fast_away_image_file ⇒ Object
Returns the value of attribute fast_away_image_file.
-
#fast_home_image_file ⇒ Object
Returns the value of attribute fast_home_image_file.
-
#kick_strength ⇒ Object
Returns the value of attribute kick_strength.
-
#time_to_kick_again ⇒ Object
Returns the value of attribute time_to_kick_again.
Instance Attribute Details
#average_away_image_file ⇒ Object
Returns the value of attribute average_away_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def average_away_image_file @average_away_image_file end |
#average_home_image_file ⇒ Object
Returns the value of attribute average_home_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def average_home_image_file @average_home_image_file end |
#captain_away_image_file ⇒ Object
Returns the value of attribute captain_away_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def captain_away_image_file @captain_away_image_file end |
#captain_home_image_file ⇒ Object
Returns the value of attribute captain_home_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def captain_home_image_file @captain_home_image_file end |
#distance_control_ball ⇒ Object
Returns the value of attribute distance_control_ball
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def distance_control_ball @distance_control_ball end |
#fast_away_image_file ⇒ Object
Returns the value of attribute fast_away_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def fast_away_image_file @fast_away_image_file end |
#fast_home_image_file ⇒ Object
Returns the value of attribute fast_home_image_file
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def fast_home_image_file @fast_home_image_file end |
#kick_strength ⇒ Object
Returns the value of attribute kick_strength
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def kick_strength @kick_strength end |
#time_to_kick_again ⇒ Object
Returns the value of attribute time_to_kick_again
22 23 24 |
# File 'lib/rubygoal/config_definitions.rb', line 22 def time_to_kick_again @time_to_kick_again end |