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)


413
414
415
# File 'lib/natty-ui/attributes.rb', line 413

def style
  @style
end

Instance Method Details

#style_bbcodeObject



420
421
422
# File 'lib/natty-ui/attributes.rb', line 420

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