Class: Skynet::UniqueDBNumGenerator::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/skynet/skynet_guid_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lockfileObject

Returns the value of attribute lockfile.



13
14
15
# File 'lib/skynet/skynet_guid_generator.rb', line 13

def lockfile
  @lockfile
end

#pid_idObject

Returns the value of attribute pid_id.



13
14
15
# File 'lib/skynet/skynet_guid_generator.rb', line 13

def pid_id
  @pid_id
end

#pidfileObject

Returns the value of attribute pidfile.



13
14
15
# File 'lib/skynet/skynet_guid_generator.rb', line 13

def pidfile
  @pidfile
end

#server_numObject

Returns the value of attribute server_num.



13
14
15
# File 'lib/skynet/skynet_guid_generator.rb', line 13

def server_num
  @server_num
end

#use_incremental_idsObject

Returns the value of attribute use_incremental_ids.



13
14
15
# File 'lib/skynet/skynet_guid_generator.rb', line 13

def use_incremental_ids
  @use_incremental_ids
end