Class: Crawlberg::BatchCrawlStreamRequest
- Inherits:
-
Object
- Object
- Crawlberg::BatchCrawlStreamRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#urls ⇒ Array[String]?
Returns the value of attribute urls.
Instance Method Summary collapse
-
#initialize ⇒ BatchCrawlStreamRequest
constructor
A new instance of BatchCrawlStreamRequest.
Constructor Details
#initialize ⇒ BatchCrawlStreamRequest
Returns a new instance of BatchCrawlStreamRequest.
407 |
# File 'sig/types.rbs', line 407
def initialize: (?urls: Array[String]) -> void
|
Instance Attribute Details
#urls ⇒ Array[String]?
Returns the value of attribute urls.
405 406 407 |
# File 'sig/types.rbs', line 405 def urls @urls end |