Class: Yass::Declarations::ClipPath::ShapeCommand
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::ShapeCommand
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2353 2354 2355 |
# File 'lib/yass/declarations.rb', line 2353 def accept(visitor) visitor.visit_declaration_clip_path_shape_command(self) end |
#kind ⇒ Object
2357 2358 2359 |
# File 'lib/yass/declarations.rb', line 2357 def kind :shape_command end |