Method: EasyPost::Tracker.all_updated
- Defined in:
- lib/easypost/tracker.rb
.all_updated(params = {}, api_key = nil) ⇒ Object
9 10 11 12 13 |
# File 'lib/easypost/tracker.rb', line 9 def self.all_updated(params={}, api_key=nil) url = self.url + '/all_updated' response = EasyPost.make_request(:get, url, api_key, params) return Util.convert_to_easypost_object(response, api_key) end |