Class: Yass::Declarations::ClipPath::PathCommandHLine

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

Constant Summary collapse

RUBY_METHODS =
%i(kind x).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2017
2018
2019
# File 'lib/yass/declarations.rb', line 2017

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

#kindObject



2021
2022
2023
# File 'lib/yass/declarations.rb', line 2021

def kind
  :path_command_h_line
end