Class: Yass::Declarations::BorderBottomColor
- Inherits:
-
Object
- Object
- Yass::Declarations::BorderBottomColor
- 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
Instance Method Details
#accept(visitor) ⇒ Object
856 857 858 |
# File 'lib/yass/declarations.rb', line 856 def accept(visitor) visitor.visit_declaration_border_bottom_color(self) end |
#kind ⇒ Object
860 861 862 |
# File 'lib/yass/declarations.rb', line 860 def kind :border_bottom_color end |