Class: Yass::Declarations::ClipPath::PathCommandLine

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



2003
2004
2005
# File 'lib/yass/declarations.rb', line 2003

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

#kindObject



2007
2008
2009
# File 'lib/yass/declarations.rb', line 2007

def kind
  :path_command_line
end