Class: Yass::Declarations::FontWeight::Absolute

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



4039
4040
4041
# File 'lib/yass/declarations.rb', line 4039

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

#kindObject



4043
4044
4045
# File 'lib/yass/declarations.rb', line 4043

def kind
  :absolute
end