Sha256: 59f174e9309f379814856a60fd4e8bd99c7aa1110a77f98e4121d1a818be2b8d

Contents?: true

Size: 355 Bytes

Versions: 22

Compression:

Stored size: 355 Bytes

Contents

module Braintree
  class Dispute
    class HistoryEvent # :nodoc:
      include BaseModule

      attr_reader :disbursement_date
      attr_reader :effective_date
      attr_reader :status
      attr_reader :timestamp

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
braintree-2.85.0 lib/braintree/dispute/history_event.rb
braintree-2.84.0 lib/braintree/dispute/history_event.rb