Class: Yass::Declarations::OffsetPath::Url
- Inherits:
-
Object
- Object
- Yass::Declarations::OffsetPath::Url
- 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
5831 5832 5833 |
# File 'lib/yass/declarations.rb', line 5831 def accept(visitor) visitor.visit_declaration_offset_path_url(self) end |
#kind ⇒ Object
5835 5836 5837 |
# File 'lib/yass/declarations.rb', line 5835 def kind :url end |