12 13 14 15
# File 'lib/spear/plugins/model/job.rb', line 12 def retrieve_job(job_id) response = super(job_id) Structure::Job::Retrieve.new(response) end
7 8 9 10
# File 'lib/spear/plugins/model/job.rb', line 7 def search_job(params={}) response = super(params) Structure::Job::Search.new(response) end