Method: Facebooker::BatchRun.current_batch=
- Defined in:
- lib/facebooker/parser.rb
.current_batch=(current_batch) ⇒ Object
306 307 308 |
# File 'lib/facebooker/parser.rb', line 306 def current_batch=(current_batch) Thread.current[:facebooker_current_batch]=current_batch end |