Class: Yass::Declarations::FontWeight::Absolute
- Inherits:
-
Object
- Object
- Yass::Declarations::FontWeight::Absolute
- 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
4039 4040 4041 |
# File 'lib/yass/declarations.rb', line 4039 def accept(visitor) visitor.visit_declaration_font_weight_absolute(self) end |
#kind ⇒ Object
4043 4044 4045 |
# File 'lib/yass/declarations.rb', line 4043 def kind :absolute end |