Class: HelperModule::PostContent

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



159
160
161
# File 'lib/helpers/simple_http_helper.rb', line 159

def get_request_klass 
  Net::HTTP::Post
end