Class: Yass::Declarations::Image::Gradient::ComplexColorStopLength
- Inherits:
-
Object
- Object
- Yass::Declarations::Image::Gradient::ComplexColorStopLength
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(color kind position).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
4718 4719 4720 |
# File 'lib/yass/declarations.rb', line 4718 def accept(visitor) visitor.visit_declaration_image_gradient_complex_color_stop_length(self) end |
#kind ⇒ Object
4722 4723 4724 |
# File 'lib/yass/declarations.rb', line 4722 def kind :complex_color_stop_length end |