Class: Kumi::FunctionRegistry::Kernel

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/function_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fn_idObject

Returns the value of attribute fn_id

Returns:

  • (Object)

    the current value of fn_id



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def fn_id
  @fn_id
end

#fold_inlineObject

Returns the value of attribute fold_inline

Returns:

  • (Object)

    the current value of fold_inline



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def fold_inline
  @fold_inline
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def id
  @id
end

#identityObject

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def identity
  @identity
end

#implObject

Returns the value of attribute impl

Returns:

  • (Object)

    the current value of impl



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def impl
  @impl
end

#inlineObject

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def inline
  @inline
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



45
46
47
# File 'lib/kumi/function_registry.rb', line 45

def target
  @target
end