Class: Yass::Declarations::BorderBlockStartColor

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



814
815
816
# File 'lib/yass/declarations.rb', line 814

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

#kindObject



818
819
820
# File 'lib/yass/declarations.rb', line 818

def kind
  :border_block_start_color
end