Sha256: 7ae3507271d9d6959eb59b57567eba2f1e37bfaaac33995c794124f0bec324cb
Contents?: true
Size: 292 Bytes
Versions: 16
Compression:
Stored size: 292 Bytes
Contents
module Braintree class Dispute class PayPalMessage # :nodoc: include BaseModule attr_reader :message, :sender, :sent_at def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
16 entries across 16 versions & 1 rubygems