Class: Kumi::KernelRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kumi::KernelRegistry::Entry
- Defined in:
- lib/kumi/kernel_registry.rb
Instance Attribute Summary collapse
-
#fn ⇒ Object
Returns the value of attribute fn.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#impl ⇒ Object
Returns the value of attribute impl.
Instance Attribute Details
#fn ⇒ Object
Returns the value of attribute fn
10 11 12 |
# File 'lib/kumi/kernel_registry.rb', line 10 def fn @fn end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/kumi/kernel_registry.rb', line 10 def id @id end |
#identity ⇒ Object
Returns the value of attribute identity
10 11 12 |
# File 'lib/kumi/kernel_registry.rb', line 10 def identity @identity end |
#impl ⇒ Object
Returns the value of attribute impl
10 11 12 |
# File 'lib/kumi/kernel_registry.rb', line 10 def impl @impl end |