Class: Dommy::Internal::SelectorAST::ClassSelector
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::ClassSelector
- 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
82 83 84 |
# File 'lib/dommy/internal/selector_ast.rb', line 82 def value @value end |
Instance Method Details
#specificity ⇒ Object
83 |
# File 'lib/dommy/internal/selector_ast.rb', line 83 def specificity = CLASS |