class Mole::Transport::SuckerPunch
Attributes
request_options[R]
Public Class Methods
new(opts = {})
click to toggle source
# File lib/orwell/mole/transport/sucker_punch.rb, line 17 def initialize(opts = {}) @request_options = opts end
Public Instance Methods
perform(event)
click to toggle source
# File lib/orwell/mole/transport/sucker_punch.rb, line 21 def perform(event) AsyncWrapper.new.perform(event, request_options) end