Class: Positioning::RelativePosition

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

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



11
12
13
# File 'lib/positioning.rb', line 11

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



11
12
13
# File 'lib/positioning.rb', line 11

def before
  @before
end