module ShopifyClient

Constants

VERSION

Public Class Methods

new(url, token, options = {}) click to toggle source
# File lib/shopify_client.rb, line 6
def self.new(url, token, options = {})
  Client.new url, token
end