Method: EasyPost::Item.retrieve_reference
- Defined in:
- lib/easypost/item.rb
.retrieve_reference(params = {}, api_key = nil) ⇒ Object
4 5 6 7 |
# File 'lib/easypost/item.rb', line 4 def self.retrieve_reference(params={}, api_key=nil) response = EasyPost.make_request(:get, url + '/retrieve_reference', api_key, params) return EasyPost::Util::convert_to_easypost_object(response, api_key) if response end |