Module: DuodealerAPI::Connection::ResponseCapture
- Included in:
- ActiveResource::Connection, DuodealerAPI::Connection
- Defined in:
- lib/duodealer_api/connection.rb
Instance Method Summary collapse
Instance Method Details
#handle_response(response) ⇒ Object
6 7 8 |
# File 'lib/duodealer_api/connection.rb', line 6 def handle_response(response) @response = super(DuodealerAPI::MessageEnricher.new(response)) end |