Class: Yass::Declarations::JustifyContent

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



5128
5129
5130
# File 'lib/yass/declarations.rb', line 5128

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

#kindObject



5132
5133
5134
# File 'lib/yass/declarations.rb', line 5132

def kind
  :justify_content
end