Class: Yass::Declarations::Color::ColorMixItem

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

Constant Summary collapse

RUBY_METHODS =
%i(color kind percentage).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2871
2872
2873
# File 'lib/yass/declarations.rb', line 2871

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

#kindObject



2875
2876
2877
# File 'lib/yass/declarations.rb', line 2875

def kind
  :color_mix_item
end