Class: GirlFriday::WorkQueue::Work

Inherits:
Struct
  • Object
show all
Defined in:
lib/girl_friday/work_queue.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



5
6
7
# File 'lib/girl_friday/work_queue.rb', line 5

def callback
  @callback
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



5
6
7
# File 'lib/girl_friday/work_queue.rb', line 5

def msg
  @msg
end