Sha256: 2351f7658194e4d152b17d3b451278bcd6cdb061ccc3a11ad96aaee036b8ec00
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
module Braintree class Transaction class PackageDetails include BaseModule attr_reader :carrier attr_reader :id # NEXT_MAJOR_VERSION Remove this method # use paypal_tracker_id going forward attr_reader :paypal_tracking_id attr_reader :paypal_tracker_id attr_reader :tracking_number def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
braintree-4.23.0 | lib/braintree/transaction/package_details.rb |
braintree-4.22.0 | lib/braintree/transaction/package_details.rb |
braintree-4.21.0 | lib/braintree/transaction/package_details.rb |