Class: Yass::Declarations::ClipPath::AxisEndPointToPosition

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



2549
2550
2551
# File 'lib/yass/declarations.rb', line 2549

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

#kindObject



2553
2554
2555
# File 'lib/yass/declarations.rb', line 2553

def kind
  :axis_end_point_to_position
end