Class: Yass::Declarations::FontStyle

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Defined Under Namespace

Classes: Italic, Normal, Oblique, 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



3900
3901
3902
# File 'lib/yass/declarations.rb', line 3900

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

#kindObject



3904
3905
3906
# File 'lib/yass/declarations.rb', line 3904

def kind
  :font_style
end