Class: MasterLock::Registry::Registration

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

Instance Attribute Summary collapse

Instance Attribute Details

#acquired_atObject

Returns the value of attribute acquired_at

Returns:

  • (Object)

    the current value of acquired_at



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def acquired_at
  @acquired_at
end

#extend_intervalObject

Returns the value of attribute extend_interval

Returns:

  • (Object)

    the current value of extend_interval



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def extend_interval
  @extend_interval
end

#lockObject

Returns the value of attribute lock

Returns:

  • (Object)

    the current value of lock



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def lock
  @lock
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def mutex
  @mutex
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def released
  @released
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



8
9
10
# File 'lib/master_lock/registry.rb', line 8

def thread
  @thread
end