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