Class: Yass::Selector::AttributeInNoNamespaceExists

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/selectors.rb

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



50
51
52
# File 'lib/yass/selectors.rb', line 50

def accept(visitor)
  visitor.visit_selector_attribute_in_no_namespace_exists(self)
end

#kindObject



54
55
56
# File 'lib/yass/selectors.rb', line 54

def kind
  :attribute_in_no_namespace_exists
end