Class: GoogleText::Parsers::Login
- Defined in:
- lib/google_text/parsers/login.rb
Instance Attribute Summary collapse
-
#xsrf_token ⇒ Object
Returns the value of attribute xsrf_token.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from GoogleText::Parsers::Base
Instance Attribute Details
#xsrf_token ⇒ Object
Returns the value of attribute xsrf_token.
4 5 6 |
# File 'lib/google_text/parsers/login.rb', line 4 def xsrf_token @xsrf_token end |