Class: Yass::Declarations::OffsetPath::CoordBox

Inherits:
Object
  • Object
show all
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

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



5789
5790
5791
# File 'lib/yass/declarations.rb', line 5789

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

#kindObject



5793
5794
5795
# File 'lib/yass/declarations.rb', line 5793

def kind
  :coord_box
end