Class: Yass::Declarations::Transform::Perspective::Length

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

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7418
7419
7420
# File 'lib/yass/declarations.rb', line 7418

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

#kindObject



7422
7423
7424
# File 'lib/yass/declarations.rb', line 7422

def kind
  :length
end