Sha256: e1b76619de30105f6db0217d8473cbfa0949d4748663f6eda836f485da9b7ddd

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 Create
          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/create.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/stripe/operation/create.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/stripe/operation/create.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/stripe/operation/create.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/stripe/operation/create.rb