Class: Yass::Declarations::GridTemplate::RepeatCount::AutoFill

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

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4280
4281
4282
# File 'lib/yass/declarations.rb', line 4280

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

#kindObject



4284
4285
4286
# File 'lib/yass/declarations.rb', line 4284

def kind
  :auto_fill
end