Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove redundant comments after merge |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
16a050f0efaac5572ad960bba0c2d511 |
| User & Date: | atomicules 2015-07-10 11:12:18 |
Context
|
2015-07-10
| ||
| 22:40 | Fixes as a result of merge check-in: 35fcf527ec user: atomicules tags: trunk | |
| 11:12 | Remove redundant comments after merge check-in: 16a050f0ef user: atomicules tags: trunk | |
| 10:42 | Merge in the cascaded_methods approach. I've decided I prefer that check-in: 6a191c53d1 user: atomicules tags: trunk | |
Changes
Changes to smile.rb.
| ︙ | ︙ | |||
23 24 25 26 27 28 29 | previous_statements #previous calls recent (I could change this though so it reads more sensibly here) write_ledger end #All these private | < < < < | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
previous_statements
#previous calls recent (I could change this though so it reads more sensibly here)
write_ledger
end
#All these private
def logon_start
page = @a.get("https://banking.smile.co.uk/SmileWeb/start.do")
#Since dealing with sensitive logon data don't want to get it from anywhere apart from keyboard input
#Sortcode and Account number login
puts "Enter sortcode"
sortCode = gets.strip
puts "Enter Account number"
|
| ︙ | ︙ |