Class: ShopifyTheme::APIChecker
- Inherits:
-
Object
- Object
- ShopifyTheme::APIChecker
- Defined in:
- lib/shopify_theme/api_checker.rb
Defined Under Namespace
Classes: APIResult
Instance Method Summary collapse
-
#initialize(client) ⇒ APIChecker
constructor
A new instance of APIChecker.
- #test_connectivity ⇒ Object
Constructor Details
#initialize(client) ⇒ APIChecker
Returns a new instance of APIChecker.
30 31 32 |
# File 'lib/shopify_theme/api_checker.rb', line 30 def initialize(client) @client = client end |