class Ruboty::Handlers::CrawlManager

Public Class Methods

new() click to toggle source
# File lib/ruboty/handlers/ymcrawl.rb, line 9
def initialize
  @crawl = nil
end

Public Instance Methods

get_crawl() click to toggle source
# File lib/ruboty/handlers/ymcrawl.rb, line 13
def get_crawl
  @crawl = Ruboty::YMCrawl::Core.new if @crawl == nil
  @crawl
end