class ProcessHost::Controls::Process::Example
Attributes
started[RW]
Public Instance Methods
start()
click to toggle source
# File lib/process_host/controls/process.rb, line 21 def start self.started = true end