Class: Yass::Declarations::ClipPath::PolygonCoord

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

Constant Summary collapse

RUBY_METHODS =
%i(kind x y).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1933
1934
1935
# File 'lib/yass/declarations.rb', line 1933

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

#kindObject



1937
1938
1939
# File 'lib/yass/declarations.rb', line 1937

def kind
  :polygon_coord
end