Method: Ferrum::Network::Response#params
- Defined in:
- lib/ferrum/network/response.rb
#params ⇒ Hash{String => Object} (readonly) Also known as: to_h
The parsed JSON attributes for the [Network.Response](chromedevtools.github.io/devtools-protocol/1-3/Network/#type-Response) object.
19 20 21 |
# File 'lib/ferrum/network/response.rb', line 19 def params @params end |