Sha256: fefe9723c4e72604dc9f0f6766ee33e50c5aa080028f824fad069ba2d2665ca1

Contents?: true

Size: 303 Bytes

Versions: 8

Compression:

Stored size: 303 Bytes

Contents

module Braintree
  class LocalPaymentReversed
    include BaseModule

    attr_reader :payment_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_reversed.rb
braintree-4.22.0 lib/braintree/local_payment_reversed.rb
braintree-4.21.0 lib/braintree/local_payment_reversed.rb
braintree-4.20.0 lib/braintree/local_payment_reversed.rb
braintree-4.19.0 lib/braintree/local_payment_reversed.rb
braintree-4.18.0 lib/braintree/local_payment_reversed.rb
braintree-4.17.0 lib/braintree/local_payment_reversed.rb
braintree-4.16.0 lib/braintree/local_payment_reversed.rb