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