Class: Crashlytics::Crawler
- Inherits:
-
Struct
- Object
- Struct
- Crashlytics::Crawler
- Defined in:
- lib/crashlytics/crawler.rb
Constant Summary collapse
- LOGIN_URL =
"https://www.crashlytics.com/login"
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
8 9 10 |
# File 'lib/crashlytics/crawler.rb', line 8 def email @email end |
#password ⇒ Object
Returns the value of attribute password
8 9 10 |
# File 'lib/crashlytics/crawler.rb', line 8 def password @password end |
Instance Method Details
#statistics_page ⇒ Object
12 13 14 15 16 |
# File 'lib/crashlytics/crawler.rb', line 12 def statistics_page login browser.goto 'https://www.crashlytics.com/seeking-alpha/ios/apps/com.seekingalpha.ipadportfolio/issues?build=all&status=open&event_type=all&time=last-twenty-four-hours' browser.html end |