Class: Yass::Declarations::BorderBottomLeftRadius

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



870
871
872
# File 'lib/yass/declarations.rb', line 870

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

#kindObject



874
875
876
# File 'lib/yass/declarations.rb', line 874

def kind
  :border_bottom_left_radius
end