Class: Yass::Declarations::TransformOrigin

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

Defined Under Namespace

Classes: Center, SideHorizontalComponent, SideVerticalComponent

Constant Summary collapse

RUBY_METHODS =
%i(depth horizontal kind vertical).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7462
7463
7464
# File 'lib/yass/declarations.rb', line 7462

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

#kindObject



7466
7467
7468
# File 'lib/yass/declarations.rb', line 7466

def kind
  :transform_origin
end