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