lib/braintree/address.rb in braintree-2.10.0 vs lib/braintree/address.rb in braintree-2.10.1

- old
+ new

@@ -1,6 +1,6 @@ module Braintree - # See http://www.braintreepaymentsolutions.com/docs/ruby/addresses/details + # See http://www.braintreepayments.com/docs/ruby/addresses/details class Address include BaseModule # :nodoc: attr_reader :company, :country_name, :created_at, :customer_id, :extended_address, :first_name, :id, :last_name, :locality, :postal_code, :region, :street_address, :updated_at,