Class: Yass::Declarations::ClipPath::PathAxisEndPointByCoordinate

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

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2185
2186
2187
# File 'lib/yass/declarations.rb', line 2185

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

#kindObject



2189
2190
2191
# File 'lib/yass/declarations.rb', line 2189

def kind
  :path_axis_end_point_by_coordinate
end