Sha256: 2b70ac3e0bc6f97b4a3a0920c7240c14cde6a9ae4820175a0d02d9d718e96c69
Contents?: true
Size: 260 Bytes
Versions: 18
Compression:
Stored size: 260 Bytes
Contents
module WebClient module Actions class Navigates def call(action, *) # Type, URL, Options, Params (passed into javascript event/action classes) [action.type, nil, action.options.to_h, action.params.to_h] end end end end
Version data entries
18 entries across 18 versions & 2 rubygems