Sha256: c69549cca5b844e1a34234c5cd9e42d8e81414da8f9a3683f42b5dbf765b12c6

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

require_relative '../operation'

module LedgerSync
  module Ledgers
    module Stripe
      class Operation
        class Create
          include Stripe::Operation::Mixin

          private
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ledger_sync-1.4.2 lib/ledger_sync/ledgers/stripe/operation/create.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/stripe/operation/create.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/stripe/operation/create.rb