Class: Yass::Declarations::Animation::RangeValue

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

Constant Summary collapse

RUBY_METHODS =
%i(kind length_percentage).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



123
124
125
# File 'lib/yass/declarations.rb', line 123

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

#kindObject



127
128
129
# File 'lib/yass/declarations.rb', line 127

def kind
  :range_value
end