Class: Kumi::KernelRegistry::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#fnObject

Returns the value of attribute fn

Returns:

  • (Object)

    the current value of fn



10
11
12
# File 'lib/kumi/kernel_registry.rb', line 10

def fn
  @fn
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/kumi/kernel_registry.rb', line 10

def id
  @id
end

#identityObject

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



10
11
12
# File 'lib/kumi/kernel_registry.rb', line 10

def identity
  @identity
end

#implObject

Returns the value of attribute impl

Returns:

  • (Object)

    the current value of impl



10
11
12
# File 'lib/kumi/kernel_registry.rb', line 10

def impl
  @impl
end