Class: ActiveResource::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/active_resource/connection_ext.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



6
7
8
# File 'lib/active_resource/connection_ext.rb', line 6

def response
  @response
end

Instance Method Details

#handle_response_with_response_capture(response) ⇒ Object



8
9
10
# File 'lib/active_resource/connection_ext.rb', line 8

def handle_response_with_response_capture(response)
  @response = handle_response_without_response_capture(response)
end