Class: Rubygoal::Config::Ball

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



17
18
19
# File 'lib/rubygoal/config_definitions.rb', line 17

def height
  @height
end

#image_fileObject

Returns the value of attribute image_file

Returns:

  • (Object)

    the current value of image_file



17
18
19
# File 'lib/rubygoal/config_definitions.rb', line 17

def image_file
  @image_file
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



17
18
19
# File 'lib/rubygoal/config_definitions.rb', line 17

def width
  @width
end