Class: SilkLayout::CSS::Declaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/silk_layout/css/rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#importantObject

Returns the value of attribute important

Returns:

  • (Object)

    the current value of important



5
6
7
# File 'lib/silk_layout/css/rule.rb', line 5

def important
  @important
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/silk_layout/css/rule.rb', line 5

def value
  @value
end