Class: Coconut::Metadata
- Inherits:
-
Object
- Object
- Coconut::Metadata
- Defined in:
- lib/coconut/metadata.rb
Class Method Summary collapse
Class Method Details
.retrieve(job_id, options = {}) ⇒ Object
3 4 5 |
# File 'lib/coconut/metadata.rb', line 3 def self.retrieve(job_id, ={}) API.request(:get, "/metadata/jobs/#{job_id}/#{options.delete(:key)}", ) end |