Class: Yass::Declarations::BorderTopLeftRadius

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



1276
1277
1278
# File 'lib/yass/declarations.rb', line 1276

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

#kindObject



1280
1281
1282
# File 'lib/yass/declarations.rb', line 1280

def kind
  :border_top_left_radius
end