Class: Yass::Declarations::BackgroundRepeat

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



616
617
618
# File 'lib/yass/declarations.rb', line 616

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

#kindObject



620
621
622
# File 'lib/yass/declarations.rb', line 620

def kind
  :background_repeat
end