Class: Yass::Declarations::ClipPath::ShapeCommandCubicCurve

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

Constant Summary collapse

RUBY_METHODS =
%i(control1 control2 kind point).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2423
2424
2425
# File 'lib/yass/declarations.rb', line 2423

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

#kindObject



2427
2428
2429
# File 'lib/yass/declarations.rb', line 2427

def kind
  :shape_command_cubic_curve
end