Class: Yass::Declarations::ClipPath::ShapeRadiusFarthestSide

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1849
1850
1851
# File 'lib/yass/declarations.rb', line 1849

def accept(visitor)
  visitor.visit_declaration_clip_path_shape_radius_farthest_side(self)
end

#kindObject



1853
1854
1855
# File 'lib/yass/declarations.rb', line 1853

def kind
  :shape_radius_farthest_side
end