Class: SingleInstance::Blocker
- Inherits:
-
Struct
- Object
- Struct
- SingleInstance::Blocker
- Defined in:
- lib/single_instance.rb
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid
4 5 6 |
# File 'lib/single_instance.rb', line 4 def pid @pid end |
#started_at ⇒ Object
Returns the value of attribute started_at
4 5 6 |
# File 'lib/single_instance.rb', line 4 def started_at @started_at end |