Class: Yass::Declarations::Color::ColorFunctionComponent
- Inherits:
-
Object
- Object
- Yass::Declarations::Color::ColorFunctionComponent
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(calc channel_keyword kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2829 2830 2831 |
# File 'lib/yass/declarations.rb', line 2829 def accept(visitor) visitor.visit_declaration_color_color_function_component(self) end |
#kind ⇒ Object
2833 2834 2835 |
# File 'lib/yass/declarations.rb', line 2833 def kind :color_function_component end |