Class: Yass::Declarations::Image::Gradient::InterpolationHintLength
- Inherits:
-
Object
- Object
- Yass::Declarations::Image::Gradient::InterpolationHintLength
- 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
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 |
#kind ⇒ Object
4736 4737 4738 |
# File 'lib/yass/declarations.rb', line 4736 def kind :interpolation_hint_length end |