Class: BankCrawlers::Hapoalim::Runner
- Inherits:
-
Struct
- Object
- Struct
- BankCrawlers::Hapoalim::Runner
- Defined in:
- lib/bank_crawlers/hapoalim/runner.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/bank_crawlers/hapoalim/runner.rb', line 3 def password @password end |
#user_id ⇒ Object
Returns the value of attribute user_id
3 4 5 |
# File 'lib/bank_crawlers/hapoalim/runner.rb', line 3 def user_id @user_id end |
#user_name ⇒ Object
Returns the value of attribute user_name
3 4 5 |
# File 'lib/bank_crawlers/hapoalim/runner.rb', line 3 def user_name @user_name end |
Instance Method Details
#run ⇒ Object
4 5 6 |
# File 'lib/bank_crawlers/hapoalim/runner.rb', line 4 def run parser.transactions end |