Class: Yass::Declarations::ClipPath::PathCommandCubicCurve
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::PathCommandCubicCurve
- 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
2045 2046 2047 |
# File 'lib/yass/declarations.rb', line 2045 def accept(visitor) visitor.visit_declaration_clip_path_path_command_cubic_curve(self) end |
#kind ⇒ Object
2049 2050 2051 |
# File 'lib/yass/declarations.rb', line 2049 def kind :path_command_cubic_curve end |