Class: HelperModule::PatchContent

Inherits:
RichBodyContent show all
Defined in:
lib/helpers/simple_http_helper.rb

Instance Method Summary collapse

Methods inherited from RichBodyContent

#add_parameters, #add_url_parameters, #get_request

Methods inherited from SimpleHttpContent

#add_headers, #add_parameters, #get_request, #initialize

Constructor Details

This class inherits a constructor from HelperModule::SimpleHttpContent

Instance Method Details

#get_request_klassObject



165
166
167
# File 'lib/helpers/simple_http_helper.rb', line 165

def get_request_klass
  Net::HTTP::Patch
end