Class: Yass::Declarations::ClipPath::ShapeRadiusLength
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::ShapeRadiusLength
- 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
1821 1822 1823 |
# File 'lib/yass/declarations.rb', line 1821 def accept(visitor) visitor.visit_declaration_clip_path_shape_radius_length(self) end |
#kind ⇒ Object
1825 1826 1827 |
# File 'lib/yass/declarations.rb', line 1825 def kind :shape_radius_length end |