Class: Dommy::Internal::CSS::Parser::Declaration
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::Declaration
- Defined in:
- lib/dommy/internal/css/parser.rb
Instance Attribute Summary collapse
-
#important ⇒ Object
Returns the value of attribute important.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#important ⇒ Object
Returns the value of attribute important
21 22 23 |
# File 'lib/dommy/internal/css/parser.rb', line 21 def important @important end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/dommy/internal/css/parser.rb', line 21 def name @name end |
#value ⇒ Object
Returns the value of attribute value
21 22 23 |
# File 'lib/dommy/internal/css/parser.rb', line 21 def value @value end |