Class: Yass::Declarations::BorderRightColor

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



1178
1179
1180
# File 'lib/yass/declarations.rb', line 1178

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

#kindObject



1182
1183
1184
# File 'lib/yass/declarations.rb', line 1182

def kind
  :border_right_color
end