Sha256: 9773248c18b386935b8d75d73b36a1cf163f6b35cbc6f2e256eda3615ab5342d

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

module Pho
  
  # Captures information about a Platform Job   
  class Job
  
    
    # Parse out an array of Job objects from a response returned from the Platform
    def Job.parse_jobs(resp)
      if resp.status != 200
        throw
      end
      return nil
    end
      
  end
    
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pho-0.1 lib/pho/job.rb
pho-0.2 lib/pho/job.rb
pho-0.3 lib/pho/job.rb