Class: Yass::Declarations::BorderBottomWidth
- Inherits:
-
Object
- Object
- Yass::Declarations::BorderBottomWidth
- 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
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 |
#kind ⇒ Object
916 917 918 |
# File 'lib/yass/declarations.rb', line 916 def kind :border_bottom_width end |