Class: RestClient::Request
- Inherits:
-
Object
- Object
- RestClient::Request
- Defined in:
- lib/kernul/request.rb
Overview
Extension of RestClient::Request to allow the HTTP code, headers, and body to be directly accessed without the use of exceptions.
Direct Known Subclasses
Defined Under Namespace
Classes: NoExceptions
Instance Attribute Summary collapse
-
#request_app ⇒ Object
Add the ability to store these apps in a request.
-
#target_app ⇒ Object
Add the ability to store these apps in a request.
Instance Attribute Details
#request_app ⇒ Object
Add the ability to store these apps in a request
4 5 6 |
# File 'lib/kernul/request.rb', line 4 def request_app @request_app end |
#target_app ⇒ Object
Add the ability to store these apps in a request
4 5 6 |
# File 'lib/kernul/request.rb', line 4 def target_app @target_app end |