Class: Stratagem::Crawler::AuthenticationData

Inherits:
Object
  • Object
show all
Defined in:
lib/stratagem/crawler/authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authenticated_withObject

Returns the value of attribute authenticated_with.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def authenticated_with
  @authenticated_with
end

#formObject

Returns the value of attribute form.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def form
  @form
end

#login_pageObject

Returns the value of attribute login_page.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def 
  @login_page
end

#response_pageObject

Returns the value of attribute response_page.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def response_page
  @response_page
end

#sslObject

Returns the value of attribute ssl.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def ssl
  @ssl
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/stratagem/crawler/authentication.rb', line 3

def success
  @success
end