Class: Dommy::Internal::SelectorAST::AttributeSelector
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::AttributeSelector
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#case_flag ⇒ Object
Returns the value of attribute case_flag.
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#case_flag ⇒ Object
Returns the value of attribute case_flag
86 87 88 |
# File 'lib/dommy/internal/selector_ast.rb', line 86 def case_flag @case_flag end |
#matcher ⇒ Object
Returns the value of attribute matcher
86 87 88 |
# File 'lib/dommy/internal/selector_ast.rb', line 86 def matcher @matcher end |
#name ⇒ Object
Returns the value of attribute name
86 87 88 |
# File 'lib/dommy/internal/selector_ast.rb', line 86 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
86 87 88 |
# File 'lib/dommy/internal/selector_ast.rb', line 86 def namespace @namespace end |
#value ⇒ Object
Returns the value of attribute value
86 87 88 |
# File 'lib/dommy/internal/selector_ast.rb', line 86 def value @value end |
Instance Method Details
#specificity ⇒ Object
87 |
# File 'lib/dommy/internal/selector_ast.rb', line 87 def specificity = CLASS |