Class: Yass::Declarations::ServoOverflowClipBox

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



6532
6533
6534
# File 'lib/yass/declarations.rb', line 6532

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

#kindObject



6536
6537
6538
# File 'lib/yass/declarations.rb', line 6536

def kind
  :servo_overflow_clip_box
end