Class: Yass::Declarations::Image::LengthHorizontalPositionComponent

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

Constant Summary collapse

RUBY_METHODS =
%i(kind length).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4479
4480
4481
# File 'lib/yass/declarations.rb', line 4479

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

#kindObject



4483
4484
4485
# File 'lib/yass/declarations.rb', line 4483

def kind
  :length_horizontal_position_component
end