Class: Crawlberg::BatchScrapeResult
- Inherits:
-
Object
- Object
- Crawlberg::BatchScrapeResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#error ⇒ String?
readonly
Returns the value of attribute error.
-
#result ⇒ ScrapeResult?
readonly
Returns the value of attribute result.
-
#url ⇒ String
readonly
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.
60 |
# File 'sig/types.rbs', line 60
def initialize: (?url: String, ?result: ScrapeResult, ?error: String) -> void
|
Instance Attribute Details
#error ⇒ String? (readonly)
Returns the value of attribute error.
58 59 60 |
# File 'sig/types.rbs', line 58 def error @error end |
#result ⇒ ScrapeResult? (readonly)
Returns the value of attribute result.
57 58 59 |
# File 'sig/types.rbs', line 57 def result @result end |
#url ⇒ String (readonly)
Returns the value of attribute url.
56 57 58 |
# File 'sig/types.rbs', line 56 def url @url end |