Class: Rubygoal::Config::Field
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::Config::Field
- Defined in:
- lib/rubygoal/config_definitions.rb
Instance Attribute Summary collapse
-
#background_image_file ⇒ Object
Returns the value of attribute background_image_file.
-
#close_to_goal_distance ⇒ Object
Returns the value of attribute close_to_goal_distance.
-
#goal_height ⇒ Object
Returns the value of attribute goal_height.
-
#height ⇒ Object
Returns the value of attribute height.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#background_image_file ⇒ Object
Returns the value of attribute background_image_file
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def background_image_file @background_image_file end |
#close_to_goal_distance ⇒ Object
Returns the value of attribute close_to_goal_distance
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def close_to_goal_distance @close_to_goal_distance end |
#goal_height ⇒ Object
Returns the value of attribute goal_height
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def goal_height @goal_height end |
#height ⇒ Object
Returns the value of attribute height
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def height @height end |
#offset ⇒ Object
Returns the value of attribute offset
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def offset @offset end |
#width ⇒ Object
Returns the value of attribute width
3 4 5 |
# File 'lib/rubygoal/config_definitions.rb', line 3 def width @width end |