Module: NattyUI::Attributes::BorderAround

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

Instance Attribute Summary collapse

Instance Attribute Details

#border_aroundtrue, false

Whether the border is around an element.

Returns:

  • (true, false)


471
472
473
# File 'lib/natty-ui/attributes.rb', line 471

def border_around
  @border_around
end