Class: SilkLayout::CSS::Values::Term
- Inherits:
-
Struct
- Object
- Struct
- SilkLayout::CSS::Values::Term
- Defined in:
- lib/silk_layout/css/values.rb
Instance Attribute Summary collapse
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ Object
Returns the value of attribute unit
18 19 20 |
# File 'lib/silk_layout/css/values.rb', line 18 def unit @unit end |
#value ⇒ Object
Returns the value of attribute value
18 19 20 |
# File 'lib/silk_layout/css/values.rb', line 18 def value @value end |