Class: Yass::Declarations::FontStretch::Stretch

Inherits:
Object
  • Object
show all
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

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3857
3858
3859
# File 'lib/yass/declarations.rb', line 3857

def accept(visitor)
  visitor.visit_declaration_font_stretch_stretch(self)
end

#kindObject



3861
3862
3863
# File 'lib/yass/declarations.rb', line 3861

def kind
  :stretch
end