Class: Yass::Declarations::BorderEndStartRadius

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



954
955
956
# File 'lib/yass/declarations.rb', line 954

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

#kindObject



958
959
960
# File 'lib/yass/declarations.rb', line 958

def kind
  :border_end_start_radius
end