Module: NattyUI::Attributes::Style

Included in:
Table::Cell::Attributes
Defined in:
lib/natty-ui/attributes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#styleArray?

Text style.

Returns:

  • (Array, nil)


427
428
429
# File 'lib/natty-ui/attributes.rb', line 427

def style
  @style
end

Instance Method Details

#style_bbcodeObject



434
435
436
# File 'lib/natty-ui/attributes.rb', line 434

def style_bbcode
  "[#{@style.join(' ')}]" if @style
end