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.
Instance Method Summary collapse
-
#initialize ⇒ InteractionResult
constructor
A new instance of InteractionResult.
Constructor Details
#initialize ⇒ InteractionResult
Returns a new instance of InteractionResult.
137 |
# File 'sig/types.rbs', line 137
def initialize: (?action_results: Array[ActionResult], ?final_html: String, ?final_url: String) -> void
|
Instance Attribute Details
#action_results ⇒ Array[ActionResult]?
Returns the value of attribute action_results.
133 134 135 |
# File 'sig/types.rbs', line 133 def action_results @action_results end |
#final_html ⇒ String?
Returns the value of attribute final_html.
134 135 136 |
# File 'sig/types.rbs', line 134 def final_html @final_html end |
#final_url ⇒ String?
Returns the value of attribute final_url.
135 136 137 |
# File 'sig/types.rbs', line 135 def final_url @final_url end |