Class: Cel::AbstractType

Inherits:
Type
  • Object
show all
Defined in:
lib/cel/ast/types.rb

Instance Method Summary collapse

Methods inherited from Type

#cast, #convert, #to_str, #to_sym, #type

Methods included from CelMethods

included

Constructor Details

#initialize(name, *params) ⇒ AbstractType



250
251
252
253
# File 'lib/cel/ast/types.rb', line 250

def initialize(name, *params)
  super(name)
  @params = params
end