Class: Stratagem::Crawler::AuthenticationData
- Defined in:
- lib/stratagem/crawler/authentication.rb
Instance Attribute Summary collapse
-
#authenticated_with ⇒ Object
Returns the value of attribute authenticated_with.
-
#form ⇒ Object
Returns the value of attribute form.
-
#login_page ⇒ Object
Returns the value of attribute login_page.
-
#response_page ⇒ Object
Returns the value of attribute response_page.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#authenticated_with ⇒ Object
Returns the value of attribute authenticated_with.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def authenticated_with @authenticated_with end |
#form ⇒ Object
Returns the value of attribute form.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def form @form end |
#login_page ⇒ Object
Returns the value of attribute login_page.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def login_page @login_page end |
#response_page ⇒ Object
Returns the value of attribute response_page.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def response_page @response_page end |
#ssl ⇒ Object
Returns the value of attribute ssl.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def ssl @ssl end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/stratagem/crawler/authentication.rb', line 3 def success @success end |