Sha256: c74c8e93ed7ccf72d0e63e08a9d19a3177aba8f719914292b127fe4f45b943f1

Contents?: true

Size: 498 Bytes

Versions: 18

Compression:

Stored size: 498 Bytes

Contents

# frozen_string_literal: true

# A ScanForm can be created to speed up and simplify the carrier pickup process. The ScanForm is one document that can
# be scanned to mark all included tracking codes as "Accepted for Shipment" by the carrier.
class EasyPost::ScanForm < EasyPost::Resource
  # Create a ScanForm.
  def self.create(params = {}, api_key = nil)
    response = EasyPost.make_request(:post, url, api_key, params)
    EasyPost::Util.convert_to_easypost_object(response, api_key)
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
easypost-4.12.0 lib/easypost/scan_form.rb
easypost-4.11.0 lib/easypost/scan_form.rb
easypost-4.10.0 lib/easypost/scan_form.rb
easypost-4.9.0 lib/easypost/scan_form.rb
easypost-4.8.1 lib/easypost/scan_form.rb
easypost-4.8.0 lib/easypost/scan_form.rb
easypost-4.7.1 lib/easypost/scan_form.rb
easypost-4.7.0 lib/easypost/scan_form.rb
easypost-4.6.0 lib/easypost/scan_form.rb
easypost-4.5.0 lib/easypost/scan_form.rb
easypost-4.4.0 lib/easypost/scan_form.rb
easypost-4.3.0 lib/easypost/scan_form.rb
easypost-4.2.1 lib/easypost/scan_form.rb
easypost-4.2.0 lib/easypost/scan_form.rb
easypost-4.1.2 lib/easypost/scan_form.rb
easypost-4.1.1 lib/easypost/scan_form.rb
easypost-4.1.0 lib/easypost/scan_form.rb
easypost-4.0.0 lib/easypost/scan_form.rb