Sha256: b6d48ea9e9bf0a9f37c8de2804348989e56bc390317c17d0ec25219bef8d3336

Contents?: true

Size: 247 Bytes

Versions: 8

Compression:

Stored size: 247 Bytes

Contents

module EasyPost
  class ScanForm < Resource
    def self.create(params={}, api_key=nil)
      response, api_key = EasyPost.request(:post, self.url, api_key, params)
      return Util.convert_to_easypost_object(response, api_key)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
easypost-3.0.1 lib/easypost/scan_form.rb
easypost-3.0.0 lib/easypost/scan_form.rb
easypost-2.7.3 lib/easypost/scan_form.rb
easypost-2.7.2 lib/easypost/scan_form.rb
easypost-2.7.1 lib/easypost/scan_form.rb
easypost-2.7.0 lib/easypost/scan_form.rb
easypost-2.6.2 lib/easypost/scan_form.rb
easypost-2.6.1 lib/easypost/scan_form.rb