Class: Sidekiq::Cluster::ProcessDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/cluster/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



11
12
13
# File 'lib/sidekiq/cluster/cli.rb', line 11

def index
  @index
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



11
12
13
# File 'lib/sidekiq/cluster/cli.rb', line 11

def pid
  @pid
end

#pidfileObject

Returns the value of attribute pidfile

Returns:

  • (Object)

    the current value of pidfile



11
12
13
# File 'lib/sidekiq/cluster/cli.rb', line 11

def pidfile
  @pidfile
end