Sha256: 6576594607ff58a9026fe54f9e9db62bbf8cb340ca508cb29a5db80915546d87

Contents?: true

Size: 460 Bytes

Versions: 12

Compression:

Stored size: 460 Bytes

Contents

module Braintree
  class LocalPaymentFunded
    include BaseModule

    attr_reader :payment_id
    attr_reader :payment_context_id
    attr_reader :transaction

    def initialize(attributes) # :nodoc:
      set_instance_variables_from_hash(attributes)
      @transaction = Transaction._new(Configuration.gateway, transaction)
    end

    class << self
      protected :new
    end

    def self._new(*args) # :nodoc:
      self.new(*args)
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/local_payment_funded.rb
braintree-4.14.0 lib/braintree/local_payment_funded.rb
braintree-4.13.0 lib/braintree/local_payment_funded.rb
braintree-4.12.0 lib/braintree/local_payment_funded.rb
braintree-4.11.0 lib/braintree/local_payment_funded.rb
braintree-4.10.0 lib/braintree/local_payment_funded.rb
braintree-4.9.0 lib/braintree/local_payment_funded.rb
braintree-4.8.0 lib/braintree/local_payment_funded.rb
braintree-4.7.0 lib/braintree/local_payment_funded.rb
braintree-4.6.0 lib/braintree/local_payment_funded.rb
braintree-4.5.0 lib/braintree/local_payment_funded.rb
braintree-4.4.0 lib/braintree/local_payment_funded.rb