Class: Dommy::Internal::CSS::PropertyRegistry::Property

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/internal/css/property_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inheritedObject

Returns the value of attribute inherited

Returns:

  • (Object)

    the current value of inherited



15
16
17
# File 'lib/dommy/internal/css/property_registry.rb', line 15

def inherited
  @inherited
end

#initialObject

Returns the value of attribute initial

Returns:

  • (Object)

    the current value of initial



15
16
17
# File 'lib/dommy/internal/css/property_registry.rb', line 15

def initial
  @initial
end