Class: Cordis::Fiber::Entry
- Inherits:
-
Struct
- Object
- Struct
- Cordis::Fiber::Entry
- Defined in:
- lib/cordis/fiber.rb
Instance Attribute Summary collapse
-
#disposers ⇒ Object
Returns the value of attribute disposers.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#disposers ⇒ Object
Returns the value of attribute disposers
13 14 15 |
# File 'lib/cordis/fiber.rb', line 13 def disposers @disposers end |
#label ⇒ Object
Returns the value of attribute label
13 14 15 |
# File 'lib/cordis/fiber.rb', line 13 def label @label end |