Class: GirlFriday::WorkQueue::Work
- Inherits:
-
Struct
- Object
- Struct
- GirlFriday::WorkQueue::Work
- Defined in:
- lib/girl_friday/work_queue.rb
Instance Attribute Summary (collapse)
-
- (Object) callback
Returns the value of attribute callback.
-
- (Object) msg
Returns the value of attribute msg.
Instance Attribute Details
- (Object) callback
Returns the value of attribute callback
5 6 7 |
# File 'lib/girl_friday/work_queue.rb', line 5 def callback @callback end |
- (Object) msg
Returns the value of attribute msg
5 6 7 |
# File 'lib/girl_friday/work_queue.rb', line 5 def msg @msg end |