Class: DispatchQueue::Dispatch::Result
- Inherits:
-
Struct
- Object
- Struct
- DispatchQueue::Dispatch::Result
- Defined in:
- lib/dispatch_queue_rb/dispatch.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/dispatch_queue_rb/dispatch.rb', line 13 def value @value end |