Class: Yass::Declarations::ZIndex::Integer

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



7909
7910
7911
# File 'lib/yass/declarations.rb', line 7909

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

#kindObject



7913
7914
7915
# File 'lib/yass/declarations.rb', line 7913

def kind
  :integer
end