Sha256: 7b218602b232c44f6b47af464df0dc2c014289b6548fe3d2240c666303a218ca

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

require_relative '../operation'

module LedgerSync
  module Ledgers
    module Stripe
      class Operation
        class Delete
          include Stripe::Operation::Mixin
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/stripe/operation/delete.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/stripe/operation/delete.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/stripe/operation/delete.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/stripe/operation/delete.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/stripe/operation/delete.rb