Class: Yass::Declarations::Image::Gradient::SimpleColorStopAngle

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



4662
4663
4664
# File 'lib/yass/declarations.rb', line 4662

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

#kindObject



4666
4667
4668
# File 'lib/yass/declarations.rb', line 4666

def kind
  :simple_color_stop_angle
end