Class: Yass::Declarations::ClipPath::ShapeRadiusLength

Inherits:
Object
  • Object
show all
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

#to_h

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

#kindObject



1825
1826
1827
# File 'lib/yass/declarations.rb', line 1825

def kind
  :shape_radius_length
end