Sha256: 3435745388878101a647e14b471e4e32f44fcc49d724284e7328c9b2ebcd1944

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

class EasyPost::Tracker < EasyPost::Resource
  def self.create_list(params={}, api_key=nil)
    url = self.url + '/create_list'
    response = EasyPost.make_request(:post, url, api_key, params)
    return true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
easypost-3.5.1 lib/easypost/tracker.rb
easypost-3.5.0 lib/easypost/tracker.rb
easypost-3.4.0 lib/easypost/tracker.rb