Class: Chamomile::BorderDef

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/styling/border.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject (readonly)

Returns the value of attribute bottom

Returns:

  • (Object)

    the current value of bottom



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def bottom
  @bottom
end

#bottom_leftObject (readonly)

Returns the value of attribute bottom_left

Returns:

  • (Object)

    the current value of bottom_left



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def bottom_left
  @bottom_left
end

#bottom_rightObject (readonly)

Returns the value of attribute bottom_right

Returns:

  • (Object)

    the current value of bottom_right



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def bottom_right
  @bottom_right
end

#leftObject (readonly)

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def left
  @left
end

#middleObject (readonly)

Returns the value of attribute middle

Returns:

  • (Object)

    the current value of middle



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def middle
  @middle
end

#middle_bottomObject (readonly)

Returns the value of attribute middle_bottom

Returns:

  • (Object)

    the current value of middle_bottom



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def middle_bottom
  @middle_bottom
end

#middle_leftObject (readonly)

Returns the value of attribute middle_left

Returns:

  • (Object)

    the current value of middle_left



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def middle_left
  @middle_left
end

#middle_rightObject (readonly)

Returns the value of attribute middle_right

Returns:

  • (Object)

    the current value of middle_right



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def middle_right
  @middle_right
end

#middle_topObject (readonly)

Returns the value of attribute middle_top

Returns:

  • (Object)

    the current value of middle_top



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def middle_top
  @middle_top
end

#rightObject (readonly)

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def right
  @right
end

#topObject (readonly)

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def top
  @top
end

#top_leftObject (readonly)

Returns the value of attribute top_left

Returns:

  • (Object)

    the current value of top_left



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def top_left
  @top_left
end

#top_rightObject (readonly)

Returns the value of attribute top_right

Returns:

  • (Object)

    the current value of top_right



4
5
6
# File 'lib/chamomile/styling/border.rb', line 4

def top_right
  @top_right
end