Class: ShopifyAPI::ApiVersion::NullVersion
- Inherits:
-
Object
- Object
- ShopifyAPI::ApiVersion::NullVersion
- Defined in:
- lib/shopify_api/api_version.rb
Class Method Summary collapse
Class Method Details
.construct_api_path(*_path) ⇒ Object
120 121 122 |
# File 'lib/shopify_api/api_version.rb', line 120 def construct_api_path(*_path) raise ApiVersionNotSetError, "You must set ShopifyAPI::Base.api_version before making a request." end |
.construct_graphql_path ⇒ Object
124 125 126 |
# File 'lib/shopify_api/api_version.rb', line 124 def construct_graphql_path raise ApiVersionNotSetError, "You must set ShopifyAPI::Base.api_version before making a request." end |
.stable? ⇒ Boolean
116 117 118 |
# File 'lib/shopify_api/api_version.rb', line 116 def stable? raise ApiVersionNotSetError, "You must set ShopifyAPI::Base.api_version before making a request." end |