Sha256: 5f983ae4c31956fd26d674879c87facf58e75c4a56e13b583f8ca4a6913f4514

Contents?: true

Size: 214 Bytes

Versions: 3

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true

module Theme
  class Command
    module Common
      module ShopHelper
        def shop
          ShopifyCLI::AdminAPI.get_shop_or_abort(@ctx)
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopify-cli-2.28.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.27.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.26.0 lib/project_types/theme/commands/common/shop_helper.rb