Class: Yass::StyleQuery::StyleFeature

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

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



80
81
82
# File 'lib/yass/rules.rb', line 80

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

#kindObject



84
85
86
# File 'lib/yass/rules.rb', line 84

def kind
  :style_feature
end