Class: Rinda::RingServer::Renewer
- Inherits:
- 
      Object
      
        - Object
- Rinda::RingServer::Renewer
 
- Includes:
- DRbUndumped
- Defined in:
- lib/rinda/ring.rb
Overview
Special renewer for the RingServer to allow shutdown
Instance Attribute Summary collapse
- 
  
    
      #renew  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    :nodoc:. 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Renewer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    :nodoc:. 
Constructor Details
#initialize ⇒ Renewer
:nodoc:
| 53 54 55 | # File 'lib/rinda/ring.rb', line 53 def initialize # :nodoc: @renew = true end | 
Instance Attribute Details
#renew ⇒ Object
:nodoc:
| 57 58 59 | # File 'lib/rinda/ring.rb', line 57 def renew # :nodoc: @renew ? 1 : true end |