Sha256: 405bb9fd0e0ef367858763ad1c1fd9099febc0c239cc80aa5c7cfb09bf1433ce

Contents?: true

Size: 230 Bytes

Versions: 10

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shopify-cli-2.36.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.35.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.34.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.33.1 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.33.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.32.1 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.32.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.31.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.30.0 lib/project_types/theme/commands/common/shop_helper.rb
shopify-cli-2.29.0 lib/project_types/theme/commands/common/shop_helper.rb