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.
452 |
# File 'sig/types.rbs', line 452
def initialize: (?url: String, ?result: CrawlResult, ?error: String) -> void
|
Instance Attribute Details
#error ⇒ String?
Returns the value of attribute error.
450 451 452 |
# File 'sig/types.rbs', line 450 def error @error end |
#result ⇒ CrawlResult?
Returns the value of attribute result.
449 450 451 |
# File 'sig/types.rbs', line 449 def result @result end |
#url ⇒ String?
Returns the value of attribute url.
448 449 450 |
# File 'sig/types.rbs', line 448 def url @url end |