Open
Description
Issue summary
When I call a method on a ShopifyAPI api object that doesn't exist it returns nil instead of raising NoMethodError
shopify_api
version: 13.4- Ruby version:
- Operating system:
Expected behavior
An exception should be raised NoMethodError
Actual behavior
The method call returns nil
Steps to reproduce the problem
- Instantiate a ShopifyAPI ruby object (I used an api product)
- Dereference with a non-existent method
Metadata
Assignees
Labels
No labels