Sha256: 6e5d987a9f657461eb303f106981cb9d29367f14832f38f832f61e655faf2c38

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

require_relative '../operation'

module LedgerSync
  module Adaptors
    module Stripe
      module Operation
        class Delete
          include Stripe::Operation::Mixin

          private
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/stripe/operation/delete.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/stripe/operation/delete.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/stripe/operation/delete.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/stripe/operation/delete.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/stripe/operation/delete.rb