Class: Leggy::Crawl
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#data ⇒ Object
Returns the value of attribute data.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_depth ⇒ Object
Returns the value of attribute max_depth.
-
#maxUrls ⇒ Object
Returns the value of attribute maxUrls.
-
#name ⇒ Object
Returns the value of attribute name.
-
#results ⇒ Object
Returns the value of attribute results.
-
#status ⇒ Object
Returns the value of attribute status.
-
#urllist ⇒ Object
Returns the value of attribute urllist.
-
#urls_crawled ⇒ Object
Returns the value of attribute urls_crawled.
-
#user ⇒ Object
Returns the value of attribute user.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def app @app end |
#data ⇒ Object
Returns the value of attribute data.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def data @data end |
#depth ⇒ Object
Returns the value of attribute depth.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def depth @depth end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def id @id end |
#max_depth ⇒ Object
Returns the value of attribute max_depth.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def max_depth @max_depth end |
#maxUrls ⇒ Object
Returns the value of attribute maxUrls.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def maxUrls @maxUrls end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def name @name end |
#results ⇒ Object
Returns the value of attribute results.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def status @status end |
#urllist ⇒ Object
Returns the value of attribute urllist.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def urllist @urllist end |
#urls_crawled ⇒ Object
Returns the value of attribute urls_crawled.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def urls_crawled @urls_crawled end |
#user ⇒ Object
Returns the value of attribute user.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def user @user end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
5 6 7 |
# File 'lib/leggy/crawl.rb', line 5 def user_agent @user_agent end |