Class: Yass::Declarations::BorderStartStartRadius

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



1248
1249
1250
# File 'lib/yass/declarations.rb', line 1248

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

#kindObject



1252
1253
1254
# File 'lib/yass/declarations.rb', line 1252

def kind
  :border_start_start_radius
end