Class: Yass::Declarations::ClipPath::PathCommandSmoothCubic
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::PathCommandSmoothCubic
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(control2 kind point).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2073 2074 2075 |
# File 'lib/yass/declarations.rb', line 2073 def accept(visitor) visitor.visit_declaration_clip_path_path_command_smooth_cubic(self) end |
#kind ⇒ Object
2077 2078 2079 |
# File 'lib/yass/declarations.rb', line 2077 def kind :path_command_smooth_cubic end |