class ShopifyTheme::APIChecker

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/shopify_theme/api_checker.rb, line 30
def initialize(client)
  @client = client
end

Public Instance Methods

test_connectivity() click to toggle source
# File lib/shopify_theme/api_checker.rb, line 34
def test_connectivity
  return APIResult.new(client.get_index)
end