Class: Yass::Declarations::ClipPath::PathControlPointAbsolute
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::PathControlPointAbsolute
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind x y).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2199 2200 2201 |
# File 'lib/yass/declarations.rb', line 2199 def accept(visitor) visitor.visit_declaration_clip_path_path_control_point_absolute(self) end |
#kind ⇒ Object
2203 2204 2205 |
# File 'lib/yass/declarations.rb', line 2203 def kind :path_control_point_absolute end |