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.
444 |
# File 'sig/types.rbs', line 444
def initialize: (?url: String, ?result: ScrapeResult, ?error: String) -> void
|
Instance Attribute Details
#error ⇒ String?
Returns the value of attribute error.
442 443 444 |
# File 'sig/types.rbs', line 442 def error @error end |
#result ⇒ ScrapeResult?
Returns the value of attribute result.
441 442 443 |
# File 'sig/types.rbs', line 441 def result @result end |
#url ⇒ String?
Returns the value of attribute url.
440 441 442 |
# File 'sig/types.rbs', line 440 def url @url end |