Class: Positioning::RelativePosition
- Inherits:
-
Struct
- Object
- Struct
- Positioning::RelativePosition
- Defined in:
- lib/positioning.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#before ⇒ Object
Returns the value of attribute before.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
11 12 13 |
# File 'lib/positioning.rb', line 11 def after @after end |
#before ⇒ Object
Returns the value of attribute before
11 12 13 |
# File 'lib/positioning.rb', line 11 def before @before end |