Class: Yass::Declarations::ClipPath::StrokeBox

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



2661
2662
2663
# File 'lib/yass/declarations.rb', line 2661

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

#kindObject



2665
2666
2667
# File 'lib/yass/declarations.rb', line 2665

def kind
  :stroke_box
end