Class: Yass::Declarations::ClipPath::ShapeFunction

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

Constant Summary collapse

RUBY_METHODS =
%i(commands fill kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2339
2340
2341
# File 'lib/yass/declarations.rb', line 2339

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

#kindObject



2343
2344
2345
# File 'lib/yass/declarations.rb', line 2343

def kind
  :shape_function
end