Class: Yass::Declarations::Image::Gradient::ComplexColorStopLength

Inherits:
Object
  • Object
show all
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

#to_h

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

#kindObject



4722
4723
4724
# File 'lib/yass/declarations.rb', line 4722

def kind
  :complex_color_stop_length
end