Module: NattyUI::Attributes::Style
- 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.
426 427 428 |
# File 'lib/natty-ui/attributes.rb', line 426 def style @style end |
Instance Method Details
#style_bbcode ⇒ Object
433 434 435 |
# File 'lib/natty-ui/attributes.rb', line 433 def style_bbcode "[#{@style.join(' ')}]" if @style end |