Class: WhirledPeas::Settings::Position

Inherits:
Object
  • Object
show all
Defined in:
lib/whirled_peas/settings/position.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject

Returns the value of attribute bottom.



4
5
6
# File 'lib/whirled_peas/settings/position.rb', line 4

def bottom
  @bottom
end

#leftObject

Returns the value of attribute left.



4
5
6
# File 'lib/whirled_peas/settings/position.rb', line 4

def left
  @left
end

#rightObject

Returns the value of attribute right.



4
5
6
# File 'lib/whirled_peas/settings/position.rb', line 4

def right
  @right
end

#topObject

Returns the value of attribute top.



4
5
6
# File 'lib/whirled_peas/settings/position.rb', line 4

def top
  @top
end