class Savon::Client
We need to monkey-patch savon to be able to alter the endpoint on each call
Public Instance Methods
set_endpoint(endpoint)
click to toggle source
# File lib/ebay_client/request.rb, line 45 def set_endpoint(endpoint) @globals[:endpoint] = endpoint end