Class: Yass::Declarations::BorderBottomWidth

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



912
913
914
# File 'lib/yass/declarations.rb', line 912

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

#kindObject



916
917
918
# File 'lib/yass/declarations.rb', line 916

def kind
  :border_bottom_width
end