Class: Sidekiq::Cluster::ProcessDescriptor
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Sidekiq::Cluster::ProcessDescriptor
 
- Defined in:
- lib/sidekiq/cluster/cli.rb
Instance Attribute Summary collapse
- 
  
    
      #index  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute index. 
- 
  
    
      #pid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute pid. 
- 
  
    
      #pidfile  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute pidfile. 
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
| 11 12 13 | # File 'lib/sidekiq/cluster/cli.rb', line 11 def index @index end | 
#pid ⇒ Object
Returns the value of attribute pid
| 11 12 13 | # File 'lib/sidekiq/cluster/cli.rb', line 11 def pid @pid end | 
#pidfile ⇒ Object
Returns the value of attribute pidfile
| 11 12 13 | # File 'lib/sidekiq/cluster/cli.rb', line 11 def pidfile @pidfile end |