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)


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

def style
  @style
end

Instance Method Details

#style_bbcodeObject



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

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