Class: Rubygoal::Config::Game
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::Config::Game
- Defined in:
- lib/rubygoal/config_definitions.rb
Instance Attribute Summary collapse
-
#away_team_label_position ⇒ Object
Returns the value of attribute away_team_label_position.
-
#background_sound_file ⇒ Object
Returns the value of attribute background_sound_file.
-
#default_font_size ⇒ Object
Returns the value of attribute default_font_size.
-
#goal_image_position ⇒ Object
Returns the value of attribute goal_image_position.
-
#home_team_label_position ⇒ Object
Returns the value of attribute home_team_label_position.
-
#max_name_length ⇒ Object
Returns the value of attribute max_name_length.
-
#score_away_label_position ⇒ Object
Returns the value of attribute score_away_label_position.
-
#score_home_label_position ⇒ Object
Returns the value of attribute score_home_label_position.
-
#team_label_font_size ⇒ Object
Returns the value of attribute team_label_font_size.
-
#team_label_width ⇒ Object
Returns the value of attribute team_label_width.
-
#time ⇒ Object
Returns the value of attribute time.
-
#time_label_position ⇒ Object
Returns the value of attribute time_label_position.
Instance Attribute Details
#away_team_label_position ⇒ Object
Returns the value of attribute 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_file ⇒ Object
Returns the value of attribute background_sound_file
37 38 39 |
# File 'lib/rubygoal/config_definitions.rb', line 37 def background_sound_file @background_sound_file end |
#default_font_size ⇒ Object
Returns the value of attribute default_font_size
37 38 39 |
# File 'lib/rubygoal/config_definitions.rb', line 37 def default_font_size @default_font_size end |
#goal_image_position ⇒ Object
Returns the value of attribute 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_position ⇒ Object
Returns the value of attribute 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_length ⇒ Object
Returns the value of attribute 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_position ⇒ Object
Returns the value of attribute 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_position ⇒ Object
Returns the value of attribute 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_size ⇒ Object
Returns the value of attribute 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_width ⇒ Object
Returns the value of attribute team_label_width
37 38 39 |
# File 'lib/rubygoal/config_definitions.rb', line 37 def team_label_width @team_label_width end |
#time ⇒ Object
Returns the value of attribute time
37 38 39 |
# File 'lib/rubygoal/config_definitions.rb', line 37 def time @time end |
#time_label_position ⇒ Object
Returns the value of attribute time_label_position
37 38 39 |
# File 'lib/rubygoal/config_definitions.rb', line 37 def time_label_position @time_label_position end |