Sha256: ebc2f93294e85cbcf5a9b40079dae2cbb0e492ad5ada760043cc1acd107d0236

Contents?: true

Size: 339 Bytes

Versions: 8

Compression:

Stored size: 339 Bytes

Contents

module Braintree
  class LocalPaymentExpired
    include BaseModule

    attr_reader :payment_id
    attr_reader :payment_context_id

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
    end

    class << self
      protected :new
    end

    def self._new(*args)
      self.new(*args)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/local_payment_expired.rb
braintree-4.22.0 lib/braintree/local_payment_expired.rb
braintree-4.21.0 lib/braintree/local_payment_expired.rb
braintree-4.20.0 lib/braintree/local_payment_expired.rb
braintree-4.19.0 lib/braintree/local_payment_expired.rb
braintree-4.18.0 lib/braintree/local_payment_expired.rb
braintree-4.17.0 lib/braintree/local_payment_expired.rb
braintree-4.16.0 lib/braintree/local_payment_expired.rb