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