Module: NattyUI::Attributes::BorderStyle
- Included in:
- Table::Attributes
- Defined in:
- lib/natty-ui/attributes.rb
Instance Attribute Summary collapse
-
#border_style ⇒ Array?
Border style.
Instance Method Summary collapse
Instance Attribute Details
#border_style ⇒ Array?
Border style.
455 456 457 |
# File 'lib/natty-ui/attributes.rb', line 455 def border_style @border_style end |
Instance Method Details
#border_style_bbcode ⇒ Object
462 463 464 |
# File 'lib/natty-ui/attributes.rb', line 462 def border_style_bbcode "[#{@border_style.join(' ')}]" if @border_style end |