Class: Yass::Declarations::ClipPath::Shape

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

Constant Summary collapse

RUBY_METHODS =
%i(kind reference_box shape).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1891
1892
1893
# File 'lib/yass/declarations.rb', line 1891

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

#kindObject



1895
1896
1897
# File 'lib/yass/declarations.rb', line 1895

def kind
  :shape
end