Class: Yass::Declarations::TrackSize::FitContent

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



7083
7084
7085
# File 'lib/yass/declarations.rb', line 7083

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

#kindObject



7087
7088
7089
# File 'lib/yass/declarations.rb', line 7087

def kind
  :fit_content
end