Class: Cordis::Registry::Runtime
- Inherits:
-
Struct
- Object
- Struct
- Cordis::Registry::Runtime
- Defined in:
- lib/cordis/registry.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#fibers ⇒ Object
Returns the value of attribute fibers.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
7 8 9 |
# File 'lib/cordis/registry.rb', line 7 def callback @callback end |
#fibers ⇒ Object
Returns the value of attribute fibers
7 8 9 |
# File 'lib/cordis/registry.rb', line 7 def fibers @fibers end |
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/cordis/registry.rb', line 7 def key @key end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/cordis/registry.rb', line 7 def name @name end |