Class: Yass::Declarations::ClipPath::PathOrShape

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



1947
1948
1949
# File 'lib/yass/declarations.rb', line 1947

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

#kindObject



1951
1952
1953
# File 'lib/yass/declarations.rb', line 1951

def kind
  :path_or_shape
end