Class: Crawlberg::CrawlStreamRequest
- Inherits:
-
Object
- Object
- Crawlberg::CrawlStreamRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ CrawlStreamRequest
constructor
A new instance of CrawlStreamRequest.
Constructor Details
#initialize ⇒ CrawlStreamRequest
Returns a new instance of CrawlStreamRequest.
240 |
# File 'sig/types.rbs', line 240
def initialize: (?url: String) -> void
|
Instance Attribute Details
#url ⇒ String (readonly)
Returns the value of attribute url.
238 239 240 |
# File 'sig/types.rbs', line 238 def url @url end |