Class: SingleInstance::Blocker

Inherits:
Struct
  • Object
show all
Defined in:
lib/single_instance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



4
5
6
# File 'lib/single_instance.rb', line 4

def pid
  @pid
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



4
5
6
# File 'lib/single_instance.rb', line 4

def started_at
  @started_at
end