Class: Yass::Declarations::ColumnGap::LengthPercentage

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



2999
3000
3001
# File 'lib/yass/declarations.rb', line 2999

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

#kindObject



3003
3004
3005
# File 'lib/yass/declarations.rb', line 3003

def kind
  :length_percentage
end