Class: SilkLayout::CSS::Values::Term

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

Instance Attribute Summary collapse

Instance Attribute Details

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



18
19
20
# File 'lib/silk_layout/css/values.rb', line 18

def unit
  @unit
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



18
19
20
# File 'lib/silk_layout/css/values.rb', line 18

def value
  @value
end