Class: Webpipe::CrawlJobStart
- Inherits:
-
Struct
- Object
- Struct
- Webpipe::CrawlJobStart
- Defined in:
- lib/webpipe/types.rb
Overview
Handle returned when a crawl job is submitted.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
46 47 48 |
# File 'lib/webpipe/types.rb', line 46 def id @id end |
#url ⇒ Object
Returns the value of attribute url
46 47 48 |
# File 'lib/webpipe/types.rb', line 46 def url @url end |