Sha256: f05323433554577c0df76837c3d84fc99bd3c4a391036027bb5b45ea810bf759

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 Update
          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/update.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/stripe/operation/update.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/stripe/operation/update.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/stripe/operation/update.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/stripe/operation/update.rb