Class: Webpipe::CrawlJobStart

Inherits:
Struct
  • Object
show all
Defined in:
lib/webpipe/types.rb

Overview

Handle returned when a crawl job is submitted.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



46
47
48
# File 'lib/webpipe/types.rb', line 46

def id
  @id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



46
47
48
# File 'lib/webpipe/types.rb', line 46

def url
  @url
end