Class: ProcessHost::Controls::Process::Example

Inherits:
Object
  • Object
show all
Includes:
Process
Defined in:
lib/process_host/controls/process.rb

Defined Under Namespace

Modules: Assertions

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Process

included

Instance Attribute Details

#startedObject

Returns the value of attribute started.



19
20
21
# File 'lib/process_host/controls/process.rb', line 19

def started
  @started
end

Instance Method Details

#startObject



21
22
23
# File 'lib/process_host/controls/process.rb', line 21

def start
  self.started = true
end