Sha256: 3a4931e174848e063dffde5e496f525dee3433e5ed6b2eed027def08bcf12c23

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
easypost-3.5.1 lib/easypost/scan_form.rb
easypost-3.5.0 lib/easypost/scan_form.rb
easypost-3.4.0 lib/easypost/scan_form.rb
easypost-3.3.0 lib/easypost/scan_form.rb
easypost-3.2.0 lib/easypost/scan_form.rb
easypost-3.1.5 lib/easypost/scan_form.rb