Closed kylewelsby closed 12 years ago
It's Ideal for banker to handle how the naming of the account should be returned from the website.
Proposed the following command.
barclays = Banker::Barclays.new() barclays.accounts.first.name #=> "Barclays Current Account"
added with 1e6a9e26a950b65d809a74ab6e2f29d83b60a50a
It's Ideal for banker to handle how the naming of the account should be returned from the website.
Proposed the following command.