Sha256: d1f69b3dea85ecf506161912914cb83d15168d63705424d72b0f7cfe6c3b4143
Contents?: true
Size: 331 Bytes
Versions: 31
Compression:
Stored size: 331 Bytes
Contents
# typed: strict # frozen_string_literal: true module ShopifyAPI module Utils module VerifiableQuery extend T::Sig extend T::Helpers interface! sig { abstract.returns(T.nilable(String)) } def hmac; end sig { abstract.returns(String) } def to_signable_string; end end end end
Version data entries
31 entries across 31 versions & 1 rubygems