Class: Leggy::Crawl

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/leggy/crawl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appObject

Returns the value of attribute app.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def app
  @app
end

#dataObject

Returns the value of attribute data.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def data
  @data
end

#depthObject

Returns the value of attribute depth.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def depth
  @depth
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def id
  @id
end

#max_depthObject

Returns the value of attribute max_depth.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def max_depth
  @max_depth
end

#maxUrlsObject

Returns the value of attribute maxUrls.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def maxUrls
  @maxUrls
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def name
  @name
end

#resultsObject

Returns the value of attribute results.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def results
  @results
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def status
  @status
end

#urllistObject

Returns the value of attribute urllist.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def urllist
  @urllist
end

#urls_crawledObject

Returns the value of attribute urls_crawled.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def urls_crawled
  @urls_crawled
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def user
  @user
end

#user_agentObject

Returns the value of attribute user_agent.



5
6
7
# File 'lib/leggy/crawl.rb', line 5

def user_agent
  @user_agent
end