Class: Yass::FontStyle::Oblique

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

Constant Summary collapse

RUBY_METHODS =
%i(angle1 angle2 kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



476
477
478
# File 'lib/yass/rules.rb', line 476

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

#kindObject



480
481
482
# File 'lib/yass/rules.rb', line 480

def kind
  :oblique
end