Sha256: ac934563146ffd0265a2a5c784ce8f926dc7dc3b1cc460dd3389529c9a2e1da8
Contents?: true
Size: 400 Bytes
Versions: 49
Compression:
Stored size: 400 Bytes
Contents
module ShopifyCLI module Services module App class OpenService < BaseService attr_reader :project, :context def initialize(project:, context:) @project = project @context = context super() end def call context.open_url!("#{project.env.host}/login?shop=#{project.env.shop}") end end end end end
Version data entries
49 entries across 49 versions & 1 rubygems