lib/braintree/transaction/venmo_account_details.rb in braintree-2.80.1 vs lib/braintree/transaction/venmo_account_details.rb in braintree-2.81.0
- old
+ new
@@ -1,10 +1,14 @@
module Braintree
class Transaction
class VenmoAccountDetails
include BaseModule
- attr_reader :username, :venmo_user_id, :token, :source_description, :image_url
+ attr_reader :image_url
+ attr_reader :source_description
+ attr_reader :token
+ attr_reader :username
+ attr_reader :venmo_user_id
def initialize(attributes)
set_instance_variables_from_hash attributes unless attributes.nil?
end
end