class Seahorse::Client::Plugins::Endpoint::Handler
Public Instance Methods
Source
# File lib/seahorse/client/plugins/endpoint.rb, line 44 def call(context) context.http_request.endpoint = URI.parse(context.config.endpoint.to_s) @handler.call(context) end