Class: ProcessHost::Controls::Process::Example
- Inherits:
-
Object
- Object
- ProcessHost::Controls::Process::Example
- Includes:
- Process
- Defined in:
- lib/process_host/controls/process.rb
Defined Under Namespace
Modules: Assertions
Instance Attribute Summary collapse
-
#started ⇒ Object
Returns the value of attribute started.
Instance Method Summary collapse
Methods included from Process
Instance Attribute Details
#started ⇒ Object
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
#start ⇒ Object
21 22 23 |
# File 'lib/process_host/controls/process.rb', line 21 def start self.started = true end |