Sha256: 15d3cdce0f270357b4588d9b21861db7d6e06384b77e61aa0cf5be0be88a3553

Contents?: true

Size: 377 Bytes

Versions: 46

Compression:

Stored size: 377 Bytes

Contents

module Braintree
  class Transaction
    class StatusDetails # :nodoc:
      include BaseModule

      attr_reader :amount
      attr_reader :status
      attr_reader :timestamp
      attr_reader :transaction_source
      attr_reader :user

      def initialize(attributes)
        set_instance_variables_from_hash attributes unless attributes.nil?
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
braintree-2.86.0 lib/braintree/transaction/status_details.rb
braintree-2.85.0 lib/braintree/transaction/status_details.rb
braintree-2.84.0 lib/braintree/transaction/status_details.rb
braintree-2.83.0 lib/braintree/transaction/status_details.rb
braintree-2.82.0 lib/braintree/transaction/status_details.rb
braintree-2.81.0 lib/braintree/transaction/status_details.rb