Class: Yass::Declarations::Image::Gradient::InterpolationHintLength

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

Constant Summary collapse

RUBY_METHODS =
%i(kind position).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4732
4733
4734
# File 'lib/yass/declarations.rb', line 4732

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

#kindObject



4736
4737
4738
# File 'lib/yass/declarations.rb', line 4736

def kind
  :interpolation_hint_length
end