Sha256: 68778d11fa86abbc106c8f57a3570d0aac5695bfe8ff1e96fd060b3d92ab2cb1
Contents?: true
Size: 366 Bytes
Versions: 49
Compression:
Stored size: 366 Bytes
Contents
module ShopifyCLI module Services module App module Tunnel class StartService < BaseService attr_accessor :context def initialize(context:) @context = context super() end def call ShopifyCLI::Tunnel.start(context) end end end end end end
Version data entries
49 entries across 49 versions & 1 rubygems