Class: Tabulo::Border::Style
- Inherits:
-
Struct
- Object
- Struct
- Tabulo::Border::Style
- Defined in:
- lib/tabulo/border.rb
Instance Attribute Summary collapse
-
#corner_bottom_left ⇒ Object
Returns the value of attribute corner_bottom_left.
-
#corner_bottom_right ⇒ Object
Returns the value of attribute corner_bottom_right.
-
#corner_top_left ⇒ Object
Returns the value of attribute corner_top_left.
-
#corner_top_right ⇒ Object
Returns the value of attribute corner_top_right.
-
#divider_horizontal ⇒ Object
Returns the value of attribute divider_horizontal.
-
#divider_vertical ⇒ Object
Returns the value of attribute divider_vertical.
-
#edge_bottom ⇒ Object
Returns the value of attribute edge_bottom.
-
#edge_left ⇒ Object
Returns the value of attribute edge_left.
-
#edge_right ⇒ Object
Returns the value of attribute edge_right.
-
#edge_top ⇒ Object
Returns the value of attribute edge_top.
-
#intersection ⇒ Object
Returns the value of attribute intersection.
-
#tee_bottom ⇒ Object
Returns the value of attribute tee_bottom.
-
#tee_left ⇒ Object
Returns the value of attribute tee_left.
-
#tee_right ⇒ Object
Returns the value of attribute tee_right.
-
#tee_top ⇒ Object
Returns the value of attribute tee_top.
Instance Attribute Details
#corner_bottom_left ⇒ Object
Returns the value of attribute corner_bottom_left
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def corner_bottom_left @corner_bottom_left end |
#corner_bottom_right ⇒ Object
Returns the value of attribute corner_bottom_right
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def corner_bottom_right @corner_bottom_right end |
#corner_top_left ⇒ Object
Returns the value of attribute corner_top_left
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def corner_top_left @corner_top_left end |
#corner_top_right ⇒ Object
Returns the value of attribute corner_top_right
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def corner_top_right @corner_top_right end |
#divider_horizontal ⇒ Object
Returns the value of attribute divider_horizontal
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def divider_horizontal @divider_horizontal end |
#divider_vertical ⇒ Object
Returns the value of attribute divider_vertical
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def divider_vertical @divider_vertical end |
#edge_bottom ⇒ Object
Returns the value of attribute edge_bottom
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def edge_bottom @edge_bottom end |
#edge_left ⇒ Object
Returns the value of attribute edge_left
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def edge_left @edge_left end |
#edge_right ⇒ Object
Returns the value of attribute edge_right
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def edge_right @edge_right end |
#edge_top ⇒ Object
Returns the value of attribute edge_top
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def edge_top @edge_top end |
#intersection ⇒ Object
Returns the value of attribute intersection
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def intersection @intersection end |
#tee_bottom ⇒ Object
Returns the value of attribute tee_bottom
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def tee_bottom @tee_bottom end |
#tee_left ⇒ Object
Returns the value of attribute tee_left
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def tee_left @tee_left end |
#tee_right ⇒ Object
Returns the value of attribute tee_right
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def tee_right @tee_right end |
#tee_top ⇒ Object
Returns the value of attribute tee_top
6 7 8 |
# File 'lib/tabulo/border.rb', line 6 def tee_top @tee_top end |