Class: Yass::Selector::AttributeOther
- Inherits:
-
Object
- Object
- Yass::Selector::AttributeOther
- Includes:
- Node
- Defined in:
- lib/yass/selectors.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind namespace).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
64 65 66 |
# File 'lib/yass/selectors.rb', line 64 def accept(visitor) visitor.visit_selector_attribute_other(self) end |
#kind ⇒ Object
68 69 70 |
# File 'lib/yass/selectors.rb', line 68 def kind :attribute_other end |