Sha256: 60d41fd61d6836910683c76fa8c0f2048e3ba7d27a1cf3a5a44ee2d39d3fcc10

Contents?: true

Size: 284 Bytes

Versions: 8

Compression:

Stored size: 284 Bytes

Contents

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

      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

8 entries across 8 versions & 1 rubygems

Version Path
braintree-2.83.0 lib/braintree/dispute/history_event.rb
braintree-2.82.0 lib/braintree/dispute/history_event.rb
braintree-2.81.0 lib/braintree/dispute/history_event.rb
braintree-2.80.1 lib/braintree/dispute/history_event.rb
braintree-2.80.0 lib/braintree/dispute/history_event.rb
braintree-2.79.0 lib/braintree/dispute/history_event.rb
braintree-2.78.0 lib/braintree/dispute/history_event.rb
braintree-2.77.0 lib/braintree/dispute/history_event.rb