Class: Yass::Declarations::ZIndex

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

Defined Under Namespace

Classes: Auto, Integer

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



7882
7883
7884
# File 'lib/yass/declarations.rb', line 7882

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

#kindObject



7886
7887
7888
# File 'lib/yass/declarations.rb', line 7886

def kind
  :z_index
end