Class: Yass::Declarations::BorderBlockEndWidth

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



800
801
802
# File 'lib/yass/declarations.rb', line 800

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

#kindObject



804
805
806
# File 'lib/yass/declarations.rb', line 804

def kind
  :border_block_end_width
end