Class: HelperModule::DeleteContent
- Inherits:
-
RichUrlContent
- Object
- SimpleHttpContent
- RichUrlContent
- HelperModule::DeleteContent
- Defined in:
- lib/helpers/simple_http_helper.rb
Instance Method Summary collapse
Methods inherited from RichUrlContent
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_klass ⇒ Object
193 194 195 |
# File 'lib/helpers/simple_http_helper.rb', line 193 def get_request_klass Net::HTTP::Delete end |