Class: Rubygoal::Config::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#background_image_fileObject

Returns the value of attribute background_image_file

Returns:

  • (Object)

    the current value of 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_distanceObject

Returns the value of attribute close_to_goal_distance

Returns:

  • (Object)

    the current value of 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_heightObject

Returns the value of attribute goal_height

Returns:

  • (Object)

    the current value of goal_height



3
4
5
# File 'lib/rubygoal/config_definitions.rb', line 3

def goal_height
  @goal_height
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



3
4
5
# File 'lib/rubygoal/config_definitions.rb', line 3

def height
  @height
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



3
4
5
# File 'lib/rubygoal/config_definitions.rb', line 3

def offset
  @offset
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



3
4
5
# File 'lib/rubygoal/config_definitions.rb', line 3

def width
  @width
end