Class: Yass::Declarations::Image::Gradient::SimpleColorStopLength

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

Constant Summary collapse

RUBY_METHODS =
%i(color kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4704
4705
4706
# File 'lib/yass/declarations.rb', line 4704

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

#kindObject



4708
4709
4710
# File 'lib/yass/declarations.rb', line 4708

def kind
  :simple_color_stop_length
end