Class: Yass::Declarations::Scale::Coords
- Inherits:
-
Object
- Object
- Yass::Declarations::Scale::Coords
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind x y z).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
6517 6518 6519 |
# File 'lib/yass/declarations.rb', line 6517 def accept(visitor) visitor.visit_declaration_scale_coords(self) end |
#kind ⇒ Object
6521 6522 6523 |
# File 'lib/yass/declarations.rb', line 6521 def kind :coords end |