Class: Dommy::Internal::SelectorAST::PseudoElement
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::PseudoElement
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument
117 118 119 |
# File 'lib/dommy/internal/selector_ast.rb', line 117 def argument @argument end |
#name ⇒ Object
Returns the value of attribute name
117 118 119 |
# File 'lib/dommy/internal/selector_ast.rb', line 117 def name @name end |
Instance Method Details
#specificity ⇒ Object
118 |
# File 'lib/dommy/internal/selector_ast.rb', line 118 def specificity = TYPE |