Method: Postmen::ManifestCollection.find
- Defined in:
- lib/postmen/manifest_collection.rb
.find(id) ⇒ Manifest
Fetch single manifest
26 27 28 |
# File 'lib/postmen/manifest_collection.rb', line 26 def self.find(id) get(Connection.new.get("/manifests/#{id}").parsed_response) end |