Class: Yass::Declarations::FontStretch::Keyword

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



3871
3872
3873
# File 'lib/yass/declarations.rb', line 3871

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

#kindObject



3875
3876
3877
# File 'lib/yass/declarations.rb', line 3875

def kind
  :keyword
end