Class: Shop
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Shop
- Includes:
- ShopifyApp::ShopSessionStorage
- Defined in:
- lib/generators/shopify_app/shop_model/templates/shop.rb
Instance Method Summary collapse
Methods included from ShopifyApp::ShopSessionStorage
#perform_token_refresh!, #refresh_token_expired?, #refresh_token_if_expired!, #should_refresh?, #with_shopify_session
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 |