Class: Yass::Declarations::ClipPath::ShapeCommandMove

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

Constant Summary collapse

RUBY_METHODS =
%i(kind point).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2367
2368
2369
# File 'lib/yass/declarations.rb', line 2367

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

#kindObject



2371
2372
2373
# File 'lib/yass/declarations.rb', line 2371

def kind
  :shape_command_move
end