module ShopifyAPI::Connection::ResponseCapture
Public Instance Methods
handle_response(response)
click to toggle source
Calls superclass method
# File lib/shopify_api/connection.rb, line 7 def handle_response(response) @response = super(ShopifyAPI::MessageEnricher.new(response)) end