Class: Yass::Declarations::ClipPath::ShapeCommandVLine

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

Constant Summary collapse

RUBY_METHODS =
%i(kind y).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2409
2410
2411
# File 'lib/yass/declarations.rb', line 2409

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

#kindObject



2413
2414
2415
# File 'lib/yass/declarations.rb', line 2413

def kind
  :shape_command_v_line
end