Class: Yass::Declarations::ClipPath::ShapeCommandSmoothQuad

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

Constant Summary collapse

RUBY_METHODS =
%i(kind point).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2465
2466
2467
# File 'lib/yass/declarations.rb', line 2465

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

#kindObject



2469
2470
2471
# File 'lib/yass/declarations.rb', line 2469

def kind
  :shape_command_smooth_quad
end