Class: Yass::Declarations::ClipPath::None

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



1863
1864
1865
# File 'lib/yass/declarations.rb', line 1863

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

#kindObject



1867
1868
1869
# File 'lib/yass/declarations.rb', line 1867

def kind
  :none
end