Class: Yass::Declarations::FontWeight
- Inherits:
-
Object
- Object
- Yass::Declarations::FontWeight
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: Absolute, Bolder, Lighter, System
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
4026
4027
4028
|
# File 'lib/yass/declarations.rb', line 4026
def accept(visitor)
visitor.visit_declaration_font_weight(self)
end
|
#kind ⇒ Object
4030
4031
4032
|
# File 'lib/yass/declarations.rb', line 4030
def kind
:font_weight
end
|