Class: Yass::Declarations::ClipPath::ShapeCommandSmoothQuad
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::ShapeCommandSmoothQuad
- 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
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 |
#kind ⇒ Object
2469 2470 2471 |
# File 'lib/yass/declarations.rb', line 2469 def kind :shape_command_smooth_quad end |