Class: Crawlberg::BatchCrawlResult
- Inherits:
-
Object
- Object
- Crawlberg::BatchCrawlResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#error ⇒ String?
Returns the value of attribute error.
-
#result ⇒ CrawlResult?
Returns the value of attribute result.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ BatchCrawlResult
constructor
A new instance of BatchCrawlResult.
Constructor Details
#initialize ⇒ BatchCrawlResult
Returns a new instance of BatchCrawlResult.
443 |
# File 'sig/types.rbs', line 443
def initialize: (?url: String, ?result: CrawlResult, ?error: String) -> void
|
Instance Attribute Details
#error ⇒ String?
Returns the value of attribute error.
441 442 443 |
# File 'sig/types.rbs', line 441 def error @error end |
#result ⇒ CrawlResult?
Returns the value of attribute result.
440 441 442 |
# File 'sig/types.rbs', line 440 def result @result end |
#url ⇒ String?
Returns the value of attribute url.
439 440 441 |
# File 'sig/types.rbs', line 439 def url @url end |