Class: SilkLayout::CSS::Declaration
- Inherits:
-
Struct
- Object
- Struct
- SilkLayout::CSS::Declaration
- Defined in:
- lib/silk_layout/css/rule.rb
Instance Attribute Summary collapse
-
#important ⇒ Object
Returns the value of attribute important.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#important ⇒ Object
Returns the value of attribute important
5 6 7 |
# File 'lib/silk_layout/css/rule.rb', line 5 def important @important end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/silk_layout/css/rule.rb', line 5 def value @value end |