Class: Yass::Declarations::FontSynthesisWeight
- Inherits:
-
Object
- Object
- Yass::Declarations::FontSynthesisWeight
- 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
3970 3971 3972 |
# File 'lib/yass/declarations.rb', line 3970 def accept(visitor) visitor.visit_declaration_font_synthesis_weight(self) end |
#kind ⇒ Object
3974 3975 3976 |
# File 'lib/yass/declarations.rb', line 3974 def kind :font_synthesis_weight end |