lib/braintree/transaction/address_details.rb in braintree-1.0.1 vs lib/braintree/transaction/address_details.rb in braintree-1.1.0
- old
+ new
@@ -1,10 +1,10 @@
module Braintree
class Transaction
class AddressDetails # :nodoc:
include BaseModule
-
- attr_reader :first_name, :last_name, :company,
+
+ attr_reader :id, :first_name, :last_name, :company,
:street_address, :extended_address, :locality, :region,
:postal_code, :country_name
def initialize(attributes)
set_instance_variables_from_hash attributes unless attributes.nil?