Class: WhirledPeas::Settings::Border::Style
- Inherits:
-
Struct
- Object
- Struct
- WhirledPeas::Settings::Border::Style
- Defined in:
- lib/whirled_peas/settings/border.rb
Instance Attribute Summary collapse
-
#bottom_horiz ⇒ Object
Returns the value of attribute bottom_horiz.
-
#bottom_junc ⇒ Object
Returns the value of attribute bottom_junc.
-
#bottom_left ⇒ Object
Returns the value of attribute bottom_left.
-
#bottom_right ⇒ Object
Returns the value of attribute bottom_right.
-
#cross_junc ⇒ Object
Returns the value of attribute cross_junc.
-
#left_junc ⇒ Object
Returns the value of attribute left_junc.
-
#left_vert ⇒ Object
Returns the value of attribute left_vert.
-
#middle_horiz ⇒ Object
Returns the value of attribute middle_horiz.
-
#middle_vert ⇒ Object
Returns the value of attribute middle_vert.
-
#right_junc ⇒ Object
Returns the value of attribute right_junc.
-
#right_vert ⇒ Object
Returns the value of attribute right_vert.
-
#top_horiz ⇒ Object
Returns the value of attribute top_horiz.
-
#top_junc ⇒ Object
Returns the value of attribute top_junc.
-
#top_left ⇒ Object
Returns the value of attribute top_left.
-
#top_right ⇒ Object
Returns the value of attribute top_right.
Instance Attribute Details
#bottom_horiz ⇒ Object
Returns the value of attribute bottom_horiz
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def bottom_horiz @bottom_horiz end |
#bottom_junc ⇒ Object
Returns the value of attribute bottom_junc
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def bottom_junc @bottom_junc end |
#bottom_left ⇒ Object
Returns the value of attribute bottom_left
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def bottom_left @bottom_left end |
#bottom_right ⇒ Object
Returns the value of attribute bottom_right
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def bottom_right @bottom_right end |
#cross_junc ⇒ Object
Returns the value of attribute cross_junc
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def cross_junc @cross_junc end |
#left_junc ⇒ Object
Returns the value of attribute left_junc
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def left_junc @left_junc end |
#left_vert ⇒ Object
Returns the value of attribute left_vert
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def left_vert @left_vert end |
#middle_horiz ⇒ Object
Returns the value of attribute middle_horiz
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def middle_horiz @middle_horiz end |
#middle_vert ⇒ Object
Returns the value of attribute middle_vert
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def middle_vert @middle_vert end |
#right_junc ⇒ Object
Returns the value of attribute right_junc
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def right_junc @right_junc end |
#right_vert ⇒ Object
Returns the value of attribute right_vert
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def right_vert @right_vert end |
#top_horiz ⇒ Object
Returns the value of attribute top_horiz
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def top_horiz @top_horiz end |
#top_junc ⇒ Object
Returns the value of attribute top_junc
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def top_junc @top_junc end |
#top_left ⇒ Object
Returns the value of attribute top_left
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def top_left @top_left end |
#top_right ⇒ Object
Returns the value of attribute top_right
6 7 8 |
# File 'lib/whirled_peas/settings/border.rb', line 6 def top_right @top_right end |