Class: Yass::Declarations::BorderBlockStartWidth

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



842
843
844
# File 'lib/yass/declarations.rb', line 842

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

#kindObject



846
847
848
# File 'lib/yass/declarations.rb', line 846

def kind
  :border_block_start_width
end