Class: Yass::Declarations::ClipPath::ShapeCommandClose

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



2493
2494
2495
# File 'lib/yass/declarations.rb', line 2493

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

#kindObject



2497
2498
2499
# File 'lib/yass/declarations.rb', line 2497

def kind
  :shape_command_close
end