Module: NattyUI::Attributes::BorderStyle

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)


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

def border_style
  @border_style
end

Instance Method Details

#border_style_bbcodeObject



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

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