class Nsqrb::Command::Touch

Private Instance Methods

failure_codes() click to toggle source
# File lib/nsqrb/command/touch.rb, line 10
def failure_codes
  %w(E_INVALID E_TOUCH_FAILED)
end
params() click to toggle source
# File lib/nsqrb/command/touch.rb, line 6
def params
  [:message_id]
end