Class: Yass::Declarations::ClipPath::ElementDependent

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.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



2633
2634
2635
# File 'lib/yass/declarations.rb', line 2633

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

#kindObject



2637
2638
2639
# File 'lib/yass/declarations.rb', line 2637

def kind
  :element_dependent
end