Class: Resque::Forker::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



65
66
67
# File 'lib/resque/forker.rb', line 65

def interval
  @interval
end

#terminateObject

Returns the value of attribute terminate

Returns:

  • (Object)

    the current value of terminate



65
66
67
# File 'lib/resque/forker.rb', line 65

def terminate
  @terminate
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



65
66
67
# File 'lib/resque/forker.rb', line 65

def verbose
  @verbose
end

#very_verboseObject

Returns the value of attribute very_verbose

Returns:

  • (Object)

    the current value of very_verbose



65
66
67
# File 'lib/resque/forker.rb', line 65

def very_verbose
  @very_verbose
end