Class: Litequeue::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#journal_size_limitObject

Returns the value of attribute journal_size_limit

Returns:

  • (Object)

    the current value of journal_size_limit



14
15
16
# File 'lib/litequeue.rb', line 14

def journal_size_limit
  @journal_size_limit
end

#mmap_sizeObject

Returns the value of attribute mmap_size

Returns:

  • (Object)

    the current value of mmap_size



14
15
16
# File 'lib/litequeue.rb', line 14

def mmap_size
  @mmap_size
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/litequeue.rb', line 14

def path
  @path
end

#synchronousObject

Returns the value of attribute synchronous

Returns:

  • (Object)

    the current value of synchronous



14
15
16
# File 'lib/litequeue.rb', line 14

def synchronous
  @synchronous
end