class EasyPost::Services::Luma
Public Instance Methods
Source
# File lib/easypost/services/luma.rb, line 5 def get_promise(params = {}) url = 'luma/promise' wrapped_params = { shipment: params } response = @client.make_request(:post, url, wrapped_params) EasyPost::InternalUtilities::Json.convert_json_to_object(response).luma_info end
Get service recommendations from Luma
that meet the criteria of your ruleset.