Class: Yass::Declarations::BorderBlockStartColor
- Inherits:
-
Object
- Object
- Yass::Declarations::BorderBlockStartColor
- 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
814 815 816 |
# File 'lib/yass/declarations.rb', line 814 def accept(visitor) visitor.visit_declaration_border_block_start_color(self) end |
#kind ⇒ Object
818 819 820 |
# File 'lib/yass/declarations.rb', line 818 def kind :border_block_start_color end |