Sha256: 1c0665fae09324fb745ad422f68b2e00d4270c1304c6c002b81076db570b02ab

Contents?: true

Size: 506 Bytes

Versions: 18

Compression:

Stored size: 506 Bytes

Contents

module Braintree
  class AuthorizationAdjustment # :nodoc:
    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) # :nodoc:
        self.new *args
      end
    end

    def initialize(attributes) # :nodoc:
      set_instance_variables_from_hash(attributes)
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
braintree-3.3.0 lib/braintree/authorization_adjustment.rb
braintree-3.2.0 lib/braintree/authorization_adjustment.rb
braintree-3.1.0 lib/braintree/authorization_adjustment.rb
braintree-3.0.1 lib/braintree/authorization_adjustment.rb
braintree-2.104.1 lib/braintree/authorization_adjustment.rb
braintree-2.104.0 lib/braintree/authorization_adjustment.rb
braintree-2.103.0 lib/braintree/authorization_adjustment.rb
braintree-2.102.0 lib/braintree/authorization_adjustment.rb
braintree-2.101.0 lib/braintree/authorization_adjustment.rb
braintree-2.100.0 lib/braintree/authorization_adjustment.rb
braintree-2.99.0 lib/braintree/authorization_adjustment.rb
braintree-2.98.0 lib/braintree/authorization_adjustment.rb
braintree-2.97.0 lib/braintree/authorization_adjustment.rb
braintree-2.96.0 lib/braintree/authorization_adjustment.rb
braintree-2.95.0 lib/braintree/authorization_adjustment.rb
braintree-2.94.0 lib/braintree/authorization_adjustment.rb
braintree-2.93.0 lib/braintree/authorization_adjustment.rb
braintree-2.92.0 lib/braintree/authorization_adjustment.rb