Module: NattyUI::Attributes::Style
- Included in:
- Table::Cell::Attributes
- Defined in:
- lib/natty-ui/attributes.rb
Instance Attribute Summary collapse
-
#style ⇒ Array?
Text style.
Instance Method Summary collapse
Instance Attribute Details
#style ⇒ Array?
Text style.
427 428 429 |
# File 'lib/natty-ui/attributes.rb', line 427 def style @style end |
Instance Method Details
#style_bbcode ⇒ Object
434 435 436 |
# File 'lib/natty-ui/attributes.rb', line 434 def style_bbcode "[#{@style.join(' ')}]" if @style end |