Class: Yass::Declarations::ClipPath::ShapeCommandHLine

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



2395
2396
2397
# File 'lib/yass/declarations.rb', line 2395

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

#kindObject



2399
2400
2401
# File 'lib/yass/declarations.rb', line 2399

def kind
  :shape_command_h_line
end