Class: Kumi::FunctionRegistry::Kernel
- Inherits:
-
Struct
- Object
- Struct
- Kumi::FunctionRegistry::Kernel
- Defined in:
- lib/kumi/function_registry.rb
Instance Attribute Summary collapse
-
#fn_id ⇒ Object
Returns the value of attribute fn_id.
-
#fold_inline ⇒ Object
Returns the value of attribute fold_inline.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#impl ⇒ Object
Returns the value of attribute impl.
-
#inline ⇒ Object
Returns the value of attribute inline.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#fn_id ⇒ Object
Returns the value of attribute fn_id
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def fn_id @fn_id end |
#fold_inline ⇒ Object
Returns the value of attribute fold_inline
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def fold_inline @fold_inline end |
#id ⇒ Object
Returns the value of attribute id
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def id @id end |
#identity ⇒ Object
Returns the value of attribute identity
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def identity @identity end |
#impl ⇒ Object
Returns the value of attribute impl
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def impl @impl end |
#inline ⇒ Object
Returns the value of attribute inline
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def inline @inline end |
#target ⇒ Object
Returns the value of attribute target
45 46 47 |
# File 'lib/kumi/function_registry.rb', line 45 def target @target end |