Class: Yass::Declarations::BorderImageWidth
- Inherits:
-
Object
- Object
- Yass::Declarations::BorderImageWidth
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: Auto
Constant Summary collapse
- RUBY_METHODS =
%i(bottom kind left right top).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
1024 1025 1026 |
# File 'lib/yass/declarations.rb', line 1024 def accept(visitor) visitor.visit_declaration_border_image_width(self) end |
#kind ⇒ Object
1028 1029 1030 |
# File 'lib/yass/declarations.rb', line 1028 def kind :border_image_width end |