Class: WhirledPeas::Settings::Position
- Inherits:
-
Object
- Object
- WhirledPeas::Settings::Position
- Defined in:
- lib/whirled_peas/settings/position.rb
Instance Attribute Summary collapse
-
#bottom ⇒ Object
Returns the value of attribute bottom.
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ Object
Returns the value of attribute bottom.
4 5 6 |
# File 'lib/whirled_peas/settings/position.rb', line 4 def bottom @bottom end |
#left ⇒ Object
Returns the value of attribute left.
4 5 6 |
# File 'lib/whirled_peas/settings/position.rb', line 4 def left @left end |
#right ⇒ Object
Returns the value of attribute right.
4 5 6 |
# File 'lib/whirled_peas/settings/position.rb', line 4 def right @right end |
#top ⇒ Object
Returns the value of attribute top.
4 5 6 |
# File 'lib/whirled_peas/settings/position.rb', line 4 def top @top end |