Class: Yass::Declarations::Image::AngleOrPercentage

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



4507
4508
4509
# File 'lib/yass/declarations.rb', line 4507

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

#kindObject



4511
4512
4513
# File 'lib/yass/declarations.rb', line 4511

def kind
  :angle_or_percentage
end