module Fulfillment::Resources::Manifests
Public Instance Methods
create(params={})
click to toggle source
# File lib/fulfillment/resources/manifests.rb, line 6 def create(params={}) response = Request.new("manifests", params).post response.body end