Closed kylewelsby closed 12 years ago
It's become apparent a easy method to identify a account is needed.
The following code is proposed.
barclays = Banker::Barclays.new() barclays.accounts.first.uid #=> "326cbac35cb3b880ecd5ff67dcd276aa"
The UID should remain the same on every unique request.
added with 1e6a9e26a950b65d809a74ab6e2f29d83b60a50a
It's become apparent a easy method to identify a account is needed.
The following code is proposed.
The UID should remain the same on every unique request.