Class: Crawlberg::BatchScrapeResult
- Inherits:
-
Object
- Object
- Crawlberg::BatchScrapeResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#error ⇒ String?
Returns the value of attribute error.
-
#result ⇒ ScrapeResult?
Returns the value of attribute result.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ BatchScrapeResult
constructor
A new instance of BatchScrapeResult.
Constructor Details
#initialize ⇒ BatchScrapeResult
Returns a new instance of BatchScrapeResult.
435 |
# File 'sig/types.rbs', line 435
def initialize: (?url: String, ?result: ScrapeResult, ?error: String) -> void
|
Instance Attribute Details
#error ⇒ String?
Returns the value of attribute error.
433 434 435 |
# File 'sig/types.rbs', line 433 def error @error end |
#result ⇒ ScrapeResult?
Returns the value of attribute result.
432 433 434 |
# File 'sig/types.rbs', line 432 def result @result end |
#url ⇒ String?
Returns the value of attribute url.
431 432 433 |
# File 'sig/types.rbs', line 431 def url @url end |