Class: Kumi::RegistryV2::Kernel
- Inherits:
-
Struct
- Object
- Struct
- Kumi::RegistryV2::Kernel
- Defined in:
- lib/kumi/registry_v2.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
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def fn_id @fn_id end |
#fold_inline ⇒ Object
Returns the value of attribute fold_inline
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def fold_inline @fold_inline end |
#id ⇒ Object
Returns the value of attribute id
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def id @id end |
#identity ⇒ Object
Returns the value of attribute identity
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def identity @identity end |
#impl ⇒ Object
Returns the value of attribute impl
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def impl @impl end |
#inline ⇒ Object
Returns the value of attribute inline
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def inline @inline end |
#target ⇒ Object
Returns the value of attribute target
29 30 31 |
# File 'lib/kumi/registry_v2.rb', line 29 def target @target end |