Class: Yass::Declarations::BorderLeftColor

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(color kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1136
1137
1138
# File 'lib/yass/declarations.rb', line 1136

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

#kindObject



1140
1141
1142
# File 'lib/yass/declarations.rb', line 1140

def kind
  :border_left_color
end