Sha256: 9d440852a5cba5d70126a27cadf0009af42a6a392c5dbe6d120eb824cecb9791

Contents?: true

Size: 359 Bytes

Versions: 12

Compression:

Stored size: 359 Bytes

Contents

module Braintree
  class LocalPaymentExpired
    include BaseModule

    attr_reader :payment_id
    attr_reader :payment_context_id

    def initialize(attributes) # :nodoc:
      set_instance_variables_from_hash(attributes)
    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_expired.rb
braintree-4.14.0 lib/braintree/local_payment_expired.rb
braintree-4.13.0 lib/braintree/local_payment_expired.rb
braintree-4.12.0 lib/braintree/local_payment_expired.rb
braintree-4.11.0 lib/braintree/local_payment_expired.rb
braintree-4.10.0 lib/braintree/local_payment_expired.rb
braintree-4.9.0 lib/braintree/local_payment_expired.rb
braintree-4.8.0 lib/braintree/local_payment_expired.rb
braintree-4.7.0 lib/braintree/local_payment_expired.rb
braintree-4.6.0 lib/braintree/local_payment_expired.rb
braintree-4.5.0 lib/braintree/local_payment_expired.rb
braintree-4.4.0 lib/braintree/local_payment_expired.rb