Module: NattyUI::Attributes::Position

Included in:
Table::Attributes
Defined in:
lib/natty-ui/attributes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionnil, ...

Horizontal element position.

Returns:

  • (nil, :right, :centered)


88
89
90
# File 'lib/natty-ui/attributes.rb', line 88

def position
  @position
end