Method: Hudkins#update_jobs
- Defined in:
- lib/hudkins.rb
#update_jobs ⇒ Object
Description
Reload jobs from the server
72 73 74 75 |
# File 'lib/hudkins.rb', line 72 def update_jobs # I might need to reinitiailze @jobs = initialize_jobs end |