Sha256: eb098e04bc1f078b6839b4463089985bbd819ab8bd57cd9b15eea09becc5f457
Contents?: true
Size: 346 Bytes
Versions: 26
Compression:
Stored size: 346 Bytes
Contents
# frozen_string_literal: true require "shopify_cli" module Extension module Tasks module ExecuteCommands class Base include SmartProperties property! :type, accepts: Models::DevelopmentServerRequirements::SUPPORTED_EXTENSION_TYPES property! :context, accepts: ShopifyCLI::Context end end end end
Version data entries
26 entries across 26 versions & 1 rubygems