Module: NattyUI::Attributes::BorderStyle
- 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.
454 455 456 |
# File 'lib/natty-ui/attributes.rb', line 454 def border_style @border_style end |
Instance Method Details
#border_style_bbcode ⇒ Object
461 462 463 |
# File 'lib/natty-ui/attributes.rb', line 461 def border_style_bbcode "[#{@border_style.join(' ')}]" if @border_style end |