Class: Yass::Declarations::Image::LengthHorizontalPositionComponent
- Inherits:
-
Object
- Object
- Yass::Declarations::Image::LengthHorizontalPositionComponent
- 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
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 |
#kind ⇒ Object
4483 4484 4485 |
# File 'lib/yass/declarations.rb', line 4483 def kind :length_horizontal_position_component end |