Class: Dommy::Internal::SelectorAST::IdSelector
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::IdSelector
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
78 79 80 |
# File 'lib/dommy/internal/selector_ast.rb', line 78 def value @value end |
Instance Method Details
#specificity ⇒ Object
79 |
# File 'lib/dommy/internal/selector_ast.rb', line 79 def specificity = ID |