Class: Yass::Declarations::Clip::LengthAuto

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

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1723
1724
1725
# File 'lib/yass/declarations.rb', line 1723

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

#kindObject



1727
1728
1729
# File 'lib/yass/declarations.rb', line 1727

def kind
  :length_auto
end