Sha256: d8db196cf2d845bfa6cdb66a9692bdcee484465d4adfe62a343ffd88166450a2
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
module Braintree class Transaction class PackageDetails include BaseModule attr_reader :carrier attr_reader :id attr_reader :paypal_tracking_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.20.0 | lib/braintree/transaction/package_details.rb |
braintree-4.19.0 | lib/braintree/transaction/package_details.rb |
braintree-4.18.0 | lib/braintree/transaction/package_details.rb |