Class: BankCrawlers::Hapoalim::Crawler
- Inherits:
-
Object
- Object
- BankCrawlers::Hapoalim::Crawler
- Includes:
- Capybara::DSL
- Defined in:
- lib/bank_crawlers/hapoalim/crawler.rb
Constant Summary collapse
- BASE_URL =
"https://login.bankhapoalim.co.il/cgi-bin/poalwwwc"
Instance Attribute Summary collapse
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#user_name ⇒ Object
readonly
Returns the value of attribute user_name.
Instance Method Summary collapse
-
#initialize(*params) ⇒ Crawler
constructor
A new instance of Crawler.
- #transaction_table ⇒ Object
Constructor Details
Instance Attribute Details
#password ⇒ Object (readonly)
Returns the value of attribute password.
13 14 15 |
# File 'lib/bank_crawlers/hapoalim/crawler.rb', line 13 def password @password end |
#user_name ⇒ Object (readonly)
Returns the value of attribute user_name.
13 14 15 |
# File 'lib/bank_crawlers/hapoalim/crawler.rb', line 13 def user_name @user_name end |
Instance Method Details
#transaction_table ⇒ Object
21 22 23 24 |
# File 'lib/bank_crawlers/hapoalim/crawler.rb', line 21 def transaction_table login iframe_body end |