Class: Yass::Declarations::ClipPath::ShapeCommandCubicCurve
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::ShapeCommandCubicCurve
- 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
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 |
#kind ⇒ Object
2427 2428 2429 |
# File 'lib/yass/declarations.rb', line 2427 def kind :shape_command_cubic_curve end |