Module: Theme::Command::Common::ShopHelper

Included in:
Delete, List, Open, Publish, Pull, Push
Defined in:
lib/project_types/theme/commands/common/shop_helper.rb

Instance Method Summary collapse

Instance Method Details

#shopObject



7
8
9
# File 'lib/project_types/theme/commands/common/shop_helper.rb', line 7

def shop
  ShopifyCLI::Theme::ThemeAdminAPI.new(@ctx).get_shop_or_abort
end