Module: NattyUI::Attributes::BorderStyle

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#border_styleArray?

Border style.

Returns:

  • (Array, nil)


455
456
457
# File 'lib/natty-ui/attributes.rb', line 455

def border_style
  @border_style
end

Instance Method Details

#border_style_bbcodeObject



462
463
464
# File 'lib/natty-ui/attributes.rb', line 462

def border_style_bbcode
  "[#{@border_style.join(' ')}]" if @border_style
end