Class: Tabulo::Border::Style

Inherits:
Struct
  • Object
show all
Defined in:
lib/tabulo/border.rb

Instance Attribute Summary collapse

Instance Attribute Details

#corner_bottom_leftObject

Returns the value of attribute corner_bottom_left

Returns:

  • (Object)

    the current value of corner_bottom_left



6
7
8
# File 'lib/tabulo/border.rb', line 6

def corner_bottom_left
  @corner_bottom_left
end

#corner_bottom_rightObject

Returns the value of attribute corner_bottom_right

Returns:

  • (Object)

    the current value of corner_bottom_right



6
7
8
# File 'lib/tabulo/border.rb', line 6

def corner_bottom_right
  @corner_bottom_right
end

#corner_top_leftObject

Returns the value of attribute corner_top_left

Returns:

  • (Object)

    the current value of corner_top_left



6
7
8
# File 'lib/tabulo/border.rb', line 6

def corner_top_left
  @corner_top_left
end

#corner_top_rightObject

Returns the value of attribute corner_top_right

Returns:

  • (Object)

    the current value of corner_top_right



6
7
8
# File 'lib/tabulo/border.rb', line 6

def corner_top_right
  @corner_top_right
end

#divider_horizontalObject

Returns the value of attribute divider_horizontal

Returns:

  • (Object)

    the current value of divider_horizontal



6
7
8
# File 'lib/tabulo/border.rb', line 6

def divider_horizontal
  @divider_horizontal
end

#divider_verticalObject

Returns the value of attribute divider_vertical

Returns:

  • (Object)

    the current value of divider_vertical



6
7
8
# File 'lib/tabulo/border.rb', line 6

def divider_vertical
  @divider_vertical
end

#edge_bottomObject

Returns the value of attribute edge_bottom

Returns:

  • (Object)

    the current value of edge_bottom



6
7
8
# File 'lib/tabulo/border.rb', line 6

def edge_bottom
  @edge_bottom
end

#edge_leftObject

Returns the value of attribute edge_left

Returns:

  • (Object)

    the current value of edge_left



6
7
8
# File 'lib/tabulo/border.rb', line 6

def edge_left
  @edge_left
end

#edge_rightObject

Returns the value of attribute edge_right

Returns:

  • (Object)

    the current value of edge_right



6
7
8
# File 'lib/tabulo/border.rb', line 6

def edge_right
  @edge_right
end

#edge_topObject

Returns the value of attribute edge_top

Returns:

  • (Object)

    the current value of edge_top



6
7
8
# File 'lib/tabulo/border.rb', line 6

def edge_top
  @edge_top
end

#intersectionObject

Returns the value of attribute intersection

Returns:

  • (Object)

    the current value of intersection



6
7
8
# File 'lib/tabulo/border.rb', line 6

def intersection
  @intersection
end

#tee_bottomObject

Returns the value of attribute tee_bottom

Returns:

  • (Object)

    the current value of tee_bottom



6
7
8
# File 'lib/tabulo/border.rb', line 6

def tee_bottom
  @tee_bottom
end

#tee_leftObject

Returns the value of attribute tee_left

Returns:

  • (Object)

    the current value of tee_left



6
7
8
# File 'lib/tabulo/border.rb', line 6

def tee_left
  @tee_left
end

#tee_rightObject

Returns the value of attribute tee_right

Returns:

  • (Object)

    the current value of tee_right



6
7
8
# File 'lib/tabulo/border.rb', line 6

def tee_right
  @tee_right
end

#tee_topObject

Returns the value of attribute tee_top

Returns:

  • (Object)

    the current value of tee_top



6
7
8
# File 'lib/tabulo/border.rb', line 6

def tee_top
  @tee_top
end