Class: Yass::Declarations::GridTemplate::RepeatCount::AutoFit

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



4294
4295
4296
# File 'lib/yass/declarations.rb', line 4294

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

#kindObject



4298
4299
4300
# File 'lib/yass/declarations.rb', line 4298

def kind
  :auto_fit
end