class QuartzTorrent::Reactor::InternalTimerInfo

Attributes

data[RW]
type[RW]

Public Class Methods

new(type, data) click to toggle source
# File lib/quartz_torrent/reactor.rb, line 384
def initialize(type, data)
  @type = type
  @data = data
end