Class: Yass::Declarations::Image::LengthVerticalPositionComponent

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



4929
4930
4931
# File 'lib/yass/declarations.rb', line 4929

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

#kindObject



4933
4934
4935
# File 'lib/yass/declarations.rb', line 4933

def kind
  :length_vertical_position_component
end