Class: Yass::Declarations::BorderStartEndRadius

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(height kind width).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1234
1235
1236
# File 'lib/yass/declarations.rb', line 1234

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

#kindObject



1238
1239
1240
# File 'lib/yass/declarations.rb', line 1238

def kind
  :border_start_end_radius
end