Class: Yass::Declarations::ClipPath::Polygon

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

Constant Summary collapse

RUBY_METHODS =
%i(coordinates fill kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1919
1920
1921
# File 'lib/yass/declarations.rb', line 1919

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

#kindObject



1923
1924
1925
# File 'lib/yass/declarations.rb', line 1923

def kind
  :polygon
end