Class: Crawlberg::BrowserExtras
- Inherits:
-
Object
- Object
- Crawlberg::BrowserExtras
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cookies ⇒ Array[CookieInfo]
readonly
Returns the value of attribute cookies.
-
#eval_result ⇒ String?
readonly
Returns the value of attribute eval_result.
-
#network_events ⇒ Array[ResponseMeta]
readonly
Returns the value of attribute network_events.
Instance Method Summary collapse
-
#initialize ⇒ BrowserExtras
constructor
A new instance of BrowserExtras.
Constructor Details
#initialize ⇒ BrowserExtras
Returns a new instance of BrowserExtras.
95 |
# File 'sig/types.rbs', line 95
def initialize: (?eval_result: String, ?network_events: Array[ResponseMeta], ?cookies: Array[CookieInfo]) -> void
|
Instance Attribute Details
#cookies ⇒ Array[CookieInfo] (readonly)
Returns the value of attribute cookies.
93 94 95 |
# File 'sig/types.rbs', line 93 def @cookies end |
#eval_result ⇒ String? (readonly)
Returns the value of attribute eval_result.
91 92 93 |
# File 'sig/types.rbs', line 91 def eval_result @eval_result end |
#network_events ⇒ Array[ResponseMeta] (readonly)
Returns the value of attribute network_events.
92 93 94 |
# File 'sig/types.rbs', line 92 def network_events @network_events end |