Class: Shop
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Shop
- Includes:
- ShopifyApp::ShopSessionStorageWithScopes
- Defined in:
- lib/generators/shopify_app/shop_model/templates/shop.rb
Instance Method Summary collapse
Methods included from ShopifyApp::ShopSessionStorageWithScopes
#access_scopes, #access_scopes=
Methods included from ShopifyApp::SessionStorage
Instance Method Details
#api_version ⇒ Object
6 7 8 |
# File 'lib/generators/shopify_app/shop_model/templates/shop.rb', line 6 def api_version ShopifyApp.configuration.api_version end |