Class: Rubygoal::Config::Game

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

Instance Attribute Summary collapse

Instance Attribute Details

#away_team_label_positionObject

Returns the value of attribute away_team_label_position

Returns:

  • (Object)

    the current value of away_team_label_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def away_team_label_position
  @away_team_label_position
end

#background_sound_fileObject

Returns the value of attribute background_sound_file

Returns:

  • (Object)

    the current value of background_sound_file



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def background_sound_file
  @background_sound_file
end

#default_font_sizeObject

Returns the value of attribute default_font_size

Returns:

  • (Object)

    the current value of default_font_size



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def default_font_size
  @default_font_size
end

#goal_image_positionObject

Returns the value of attribute goal_image_position

Returns:

  • (Object)

    the current value of goal_image_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def goal_image_position
  @goal_image_position
end

#home_team_label_positionObject

Returns the value of attribute home_team_label_position

Returns:

  • (Object)

    the current value of home_team_label_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def home_team_label_position
  @home_team_label_position
end

#max_name_lengthObject

Returns the value of attribute max_name_length

Returns:

  • (Object)

    the current value of max_name_length



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def max_name_length
  @max_name_length
end

#score_away_label_positionObject

Returns the value of attribute score_away_label_position

Returns:

  • (Object)

    the current value of score_away_label_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def score_away_label_position
  @score_away_label_position
end

#score_home_label_positionObject

Returns the value of attribute score_home_label_position

Returns:

  • (Object)

    the current value of score_home_label_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def score_home_label_position
  @score_home_label_position
end

#team_label_font_sizeObject

Returns the value of attribute team_label_font_size

Returns:

  • (Object)

    the current value of team_label_font_size



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def team_label_font_size
  @team_label_font_size
end

#team_label_widthObject

Returns the value of attribute team_label_width

Returns:

  • (Object)

    the current value of team_label_width



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def team_label_width
  @team_label_width
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def time
  @time
end

#time_label_positionObject

Returns the value of attribute time_label_position

Returns:

  • (Object)

    the current value of time_label_position



37
38
39
# File 'lib/rubygoal/config_definitions.rb', line 37

def time_label_position
  @time_label_position
end