Class: Yass::Declarations::BorderBlockStartStyle

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

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



828
829
830
# File 'lib/yass/declarations.rb', line 828

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

#kindObject



832
833
834
# File 'lib/yass/declarations.rb', line 832

def kind
  :border_block_start_style
end