class TNT::Manifest

Manifest endpoint resource

Public Class Methods

find(ref) click to toggle source

Handles the shipment manifest fetching request

@return [TNT::Response]

# File lib/tnt.rb, line 117
def self.find(ref)
  new(request(:post, uri, form: { xml_in: 'GET_MANIFEST:' + ref.to_s }))
end