Class: Yass::Declarations::ServoTopLayer
- Inherits:
-
Object
- Object
- Yass::Declarations::ServoTopLayer
- 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
Instance Method Details
#accept(visitor) ⇒ Object
6546 6547 6548 |
# File 'lib/yass/declarations.rb', line 6546 def accept(visitor) visitor.visit_declaration_servo_top_layer(self) end |
#kind ⇒ Object
6550 6551 6552 |
# File 'lib/yass/declarations.rb', line 6550 def kind :servo_top_layer end |