Class: Chamomile::BorderDef
- Inherits:
-
Data
- Object
- Data
- Chamomile::BorderDef
- Defined in:
- lib/chamomile/styling/border.rb
Instance Attribute Summary collapse
-
#bottom ⇒ Object
readonly
Returns the value of attribute bottom.
-
#bottom_left ⇒ Object
readonly
Returns the value of attribute bottom_left.
-
#bottom_right ⇒ Object
readonly
Returns the value of attribute bottom_right.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#middle ⇒ Object
readonly
Returns the value of attribute middle.
-
#middle_bottom ⇒ Object
readonly
Returns the value of attribute middle_bottom.
-
#middle_left ⇒ Object
readonly
Returns the value of attribute middle_left.
-
#middle_right ⇒ Object
readonly
Returns the value of attribute middle_right.
-
#middle_top ⇒ Object
readonly
Returns the value of attribute middle_top.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
-
#top ⇒ Object
readonly
Returns the value of attribute top.
-
#top_left ⇒ Object
readonly
Returns the value of attribute top_left.
-
#top_right ⇒ Object
readonly
Returns the value of attribute top_right.
Instance Attribute Details
#bottom ⇒ Object (readonly)
Returns the value of attribute bottom
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def bottom @bottom end |
#bottom_left ⇒ Object (readonly)
Returns the value of attribute bottom_left
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def bottom_left @bottom_left end |
#bottom_right ⇒ Object (readonly)
Returns the value of attribute bottom_right
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def bottom_right @bottom_right end |
#left ⇒ Object (readonly)
Returns the value of attribute left
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def left @left end |
#middle ⇒ Object (readonly)
Returns the value of attribute middle
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def middle @middle end |
#middle_bottom ⇒ Object (readonly)
Returns the value of attribute middle_bottom
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def middle_bottom @middle_bottom end |
#middle_left ⇒ Object (readonly)
Returns the value of attribute middle_left
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def middle_left @middle_left end |
#middle_right ⇒ Object (readonly)
Returns the value of attribute middle_right
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def middle_right @middle_right end |
#middle_top ⇒ Object (readonly)
Returns the value of attribute middle_top
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def middle_top @middle_top end |
#right ⇒ Object (readonly)
Returns the value of attribute right
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def right @right end |
#top ⇒ Object (readonly)
Returns the value of attribute top
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def top @top end |
#top_left ⇒ Object (readonly)
Returns the value of attribute top_left
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def top_left @top_left end |
#top_right ⇒ Object (readonly)
Returns the value of attribute top_right
4 5 6 |
# File 'lib/chamomile/styling/border.rb', line 4 def top_right @top_right end |