Sha256: e1ecc584e1c770d26de2dba307075d4a8dc022bd94b5612447f11a82f051bbf2

Contents?: true

Size: 291 Bytes

Versions: 31

Compression:

Stored size: 291 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module ShopifyAPI
  module Webhooks
    class RegisterResult < T::Struct
      extend T::Sig

      const :topic, String
      const :success, T::Boolean
      const :body, T.nilable(T.any(T::Hash[String, T.untyped], String))
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
shopify_api-14.8.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.7.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.6.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.5.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.4.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.3.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.2.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.1.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.0.1 lib/shopify_api/webhooks/register_result.rb
shopify_api-14.0.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.4.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.3.1 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.3.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.2.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.1.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-13.0.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-12.5.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-12.4.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-12.3.0 lib/shopify_api/webhooks/register_result.rb
shopify_api-12.2.1 lib/shopify_api/webhooks/register_result.rb