Class: NattyUI::Table::Attributes
- Inherits:
-
Attributes::Base
- Object
- Attributes::Base
- NattyUI::Table::Attributes
- Defined in:
- lib/natty-ui/table.rb
Instance Attribute Summary collapse
-
#border ⇒ :default, ...
included
from Attributes::Border
Border type.
-
#border_around ⇒ true, false
Whether the table has a border around.
-
#border_style ⇒ Array?
included
from Attributes::BorderStyle
Border style.
-
#max_width ⇒ Integer?
Maximum table width.
-
#position ⇒ nil, ...
included
from Attributes::Position
Horizontal element position.
Instance Method Summary collapse
-
#border_style_bbcode ⇒ Object
included
from Attributes::BorderStyle
Instance Attribute Details
#border ⇒ :default, ... Originally defined in module Attributes::Border
Border type.
#border_around ⇒ true, false
Whether the table has a border around.
189 190 191 |
# File 'lib/natty-ui/table.rb', line 189 def border_around @border_around end |
#border_style ⇒ Array? Originally defined in module Attributes::BorderStyle
Border style.
#max_width ⇒ Integer?
Maximum table width.
199 200 201 |
# File 'lib/natty-ui/table.rb', line 199 def max_width @max_width end |
#position ⇒ nil, ... Originally defined in module Attributes::Position
Horizontal element position.