Class: Yass::Declarations::OffsetPath
- Inherits:
-
Object
- Object
- Yass::Declarations::OffsetPath
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: CoordBox, Function, None, Position, PositionAuto, Ray, Url
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
5762
5763
5764
|
# File 'lib/yass/declarations.rb', line 5762
def accept(visitor)
visitor.visit_declaration_offset_path(self)
end
|
#kind ⇒ Object
5766
5767
5768
|
# File 'lib/yass/declarations.rb', line 5766
def kind
:offset_path
end
|