Class: Dommy::Internal::CSS::PropertyRegistry::Property
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::PropertyRegistry::Property
- Defined in:
- lib/dommy/internal/css/property_registry.rb
Instance Attribute Summary collapse
-
#inherited ⇒ Object
Returns the value of attribute inherited.
-
#initial ⇒ Object
Returns the value of attribute initial.
Instance Attribute Details
#inherited ⇒ Object
Returns the value of attribute inherited
15 16 17 |
# File 'lib/dommy/internal/css/property_registry.rb', line 15 def inherited @inherited end |
#initial ⇒ Object
Returns the value of attribute initial
15 16 17 |
# File 'lib/dommy/internal/css/property_registry.rb', line 15 def initial @initial end |