Class: Yass::Declarations::FontStretch
- Inherits:
-
Object
- Object
- Yass::Declarations::FontStretch
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: Keyword, Stretch, 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
3844
3845
3846
|
# File 'lib/yass/declarations.rb', line 3844
def accept(visitor)
visitor.visit_declaration_font_stretch(self)
end
|
#kind ⇒ Object
3848
3849
3850
|
# File 'lib/yass/declarations.rb', line 3848
def kind
:font_stretch
end
|