Sha256: aa171c61b8983053b2620337635be7888efacf88063f3827b3b4481bcaed786c
Contents?: true
Size: 266 Bytes
Versions: 19
Compression:
Stored size: 266 Bytes
Contents
module WebClient module Actions class ToggleVisibility 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
19 entries across 19 versions & 2 rubygems