Class: Yass::Declarations::BackgroundBlendMode

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

Constant Summary collapse

RUBY_METHODS =
%i(kind values).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



518
519
520
# File 'lib/yass/declarations.rb', line 518

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

#kindObject



522
523
524
# File 'lib/yass/declarations.rb', line 522

def kind
  :background_blend_mode
end