Class: Rubygoal::Config::Ball
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::Config::Ball
- Defined in:
- lib/rubygoal/config_definitions.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#image_file ⇒ Object
Returns the value of attribute image_file.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
17 18 19 |
# File 'lib/rubygoal/config_definitions.rb', line 17 def height @height end |
#image_file ⇒ Object
Returns the value of attribute image_file
17 18 19 |
# File 'lib/rubygoal/config_definitions.rb', line 17 def image_file @image_file end |
#width ⇒ Object
Returns the value of attribute width
17 18 19 |
# File 'lib/rubygoal/config_definitions.rb', line 17 def width @width end |