Sha256: d433426311e551526af408cf02257b0fbe213067bcdfb57a01285ebdae0ed921

Contents?: true

Size: 507 Bytes

Versions: 17

Compression:

Stored size: 507 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

17 entries across 17 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/authorization_adjustment.rb
braintree-4.14.0 lib/braintree/authorization_adjustment.rb
braintree-4.13.0 lib/braintree/authorization_adjustment.rb
braintree-4.12.0 lib/braintree/authorization_adjustment.rb
braintree-4.11.0 lib/braintree/authorization_adjustment.rb
braintree-4.10.0 lib/braintree/authorization_adjustment.rb
braintree-4.9.0 lib/braintree/authorization_adjustment.rb
braintree-4.8.0 lib/braintree/authorization_adjustment.rb
braintree-4.7.0 lib/braintree/authorization_adjustment.rb
braintree-4.6.0 lib/braintree/authorization_adjustment.rb
braintree-4.5.0 lib/braintree/authorization_adjustment.rb
braintree-4.4.0 lib/braintree/authorization_adjustment.rb
braintree-4.3.0 lib/braintree/authorization_adjustment.rb
braintree-4.2.0 lib/braintree/authorization_adjustment.rb
braintree-4.1.0 lib/braintree/authorization_adjustment.rb
braintree-4.0.0 lib/braintree/authorization_adjustment.rb
braintree-3.4.0 lib/braintree/authorization_adjustment.rb