Class: Crawlberg::InteractionResult
- Inherits:
-
Object
- Object
- Crawlberg::InteractionResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#action_results ⇒ Array[ActionResult]?
Returns the value of attribute action_results.
-
#final_html ⇒ String?
Returns the value of attribute final_html.
-
#final_url ⇒ String?
Returns the value of attribute final_url.
-
#screenshot_base64 ⇒ String?
Returns the value of attribute screenshot_base64.
Instance Method Summary collapse
-
#initialize ⇒ InteractionResult
constructor
A new instance of InteractionResult.
Constructor Details
#initialize ⇒ InteractionResult
Returns a new instance of InteractionResult.
145 |
# File 'sig/types.rbs', line 145
def initialize: (?action_results: Array[ActionResult], ?final_html: String, ?final_url: String, ?screenshot_base64: String) -> void
|
Instance Attribute Details
#action_results ⇒ Array[ActionResult]?
Returns the value of attribute action_results.
140 141 142 |
# File 'sig/types.rbs', line 140 def action_results @action_results end |
#final_html ⇒ String?
Returns the value of attribute final_html.
141 142 143 |
# File 'sig/types.rbs', line 141 def final_html @final_html end |
#final_url ⇒ String?
Returns the value of attribute final_url.
142 143 144 |
# File 'sig/types.rbs', line 142 def final_url @final_url end |
#screenshot_base64 ⇒ String?
Returns the value of attribute screenshot_base64.
143 144 145 |
# File 'sig/types.rbs', line 143 def screenshot_base64 @screenshot_base64 end |