Class: Yass::Declarations::Color::Absolute

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

Constant Summary collapse

RUBY_METHODS =
%i(authored color kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2759
2760
2761
# File 'lib/yass/declarations.rb', line 2759

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

#kindObject



2763
2764
2765
# File 'lib/yass/declarations.rb', line 2763

def kind
  :absolute
end