class Workers::Event
Attributes
command[RW]
data[RW]
Public Class Methods
new(command, data)
click to toggle source
# File lib/workers/event.rb, line 6 def initialize(command, data) @command = command @data = data nil end