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.
413 414 415 |
# File 'lib/natty-ui/attributes.rb', line 413 def style @style end |
Instance Method Details
#style_bbcode ⇒ Object
420 421 422 |
# File 'lib/natty-ui/attributes.rb', line 420 def style_bbcode "[#{@style.join(' ')}]" if @style end |