Class: Yass::Declarations::BorderBottomRightRadius

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



884
885
886
# File 'lib/yass/declarations.rb', line 884

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

#kindObject



888
889
890
# File 'lib/yass/declarations.rb', line 888

def kind
  :border_bottom_right_radius
end