Module: Seahorse::Client::NetHttp::Patches Private

Defined in:
lib/seahorse/client/net_http/patches.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Modules: RequestPatches

Class Method Summary collapse

Class Method Details

.apply!Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'lib/seahorse/client/net_http/patches.rb', line 11

def self.apply!
  Net::HTTPGenericRequest.prepend(RequestPatches)
end