Method: ITRP::Cmd_timeslices#initialize

Defined in:
lib/handlers/timeslices.rb

#initialize(e) ⇒ Cmd_timeslices

Returns a new instance of Cmd_timeslices.



4
5
6
7
8
9
# File 'lib/handlers/timeslices.rb', line 4

def initialize (e)
	super(e)
	@enabled_in_state = :any
	@attach_cmd  = ''
	@trigger = 'timeslices'
end