lib/braintree/dispute/history_event.rb in braintree-2.83.0 vs lib/braintree/dispute/history_event.rb in braintree-2.84.0

- old
+ new

@@ -1,9 +1,11 @@ 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?