Sha256: 043453a9c2a1a6f3ff8b7ebd60879cdbafa0cea84177fe12f892e7a70417286d

Contents?: true

Size: 477 Bytes

Versions: 10

Compression:

Stored size: 477 Bytes

Contents

module Braintree
  class AuthorizationAdjustment
    include BaseModule

    attr_reader :amount
    attr_reader :success
    attr_reader :timestamp
    attr_reader :processor_response_code
    attr_reader :processor_response_text
    attr_reader :processor_response_type

    class << self
      protected :new
      def _new(*args)
        self.new(*args)
      end
    end

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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