Class: Yass::Selector::AttributeOther

Inherits:
Object
  • Object
show all
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

#to_h

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

#kindObject



68
69
70
# File 'lib/yass/selectors.rb', line 68

def kind
  :attribute_other
end