Class: Rubygoal::Config::Player

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

Instance Attribute Summary collapse

Instance Attribute Details

#average_away_image_fileObject

Returns the value of attribute average_away_image_file

Returns:

  • (Object)

    the current value of 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_fileObject

Returns the value of attribute average_home_image_file

Returns:

  • (Object)

    the current value of 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_fileObject

Returns the value of attribute captain_away_image_file

Returns:

  • (Object)

    the current value of 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_fileObject

Returns the value of attribute captain_home_image_file

Returns:

  • (Object)

    the current value of 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_ballObject

Returns the value of attribute distance_control_ball

Returns:

  • (Object)

    the current value of 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_fileObject

Returns the value of attribute fast_away_image_file

Returns:

  • (Object)

    the current value of 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_fileObject

Returns the value of attribute fast_home_image_file

Returns:

  • (Object)

    the current value of 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_strengthObject

Returns the value of attribute kick_strength

Returns:

  • (Object)

    the current value of kick_strength



22
23
24
# File 'lib/rubygoal/config_definitions.rb', line 22

def kick_strength
  @kick_strength
end

#time_to_kick_againObject

Returns the value of attribute time_to_kick_again

Returns:

  • (Object)

    the current value of 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