Method: Rest::Wrappers::RestClientResponseWrapper#initialize
- Defined in:
- lib/rest/wrappers/rest_client_wrapper.rb
#initialize(response) ⇒ RestClientResponseWrapper
Returns a new instance of RestClientResponseWrapper.
16 17 18 |
# File 'lib/rest/wrappers/rest_client_wrapper.rb', line 16 def initialize(response) @response = response end |