Class: Yass::Declarations::GridTemplate::RepeatCount::Number

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



4266
4267
4268
# File 'lib/yass/declarations.rb', line 4266

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

#kindObject



4270
4271
4272
# File 'lib/yass/declarations.rb', line 4270

def kind
  :number
end