Class: Rgot::B::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#benchtimeObject

Returns the value of attribute benchtime

Returns:

  • (Object)

    the current value of benchtime



3
4
5
# File 'lib/rgot/b.rb', line 3

def benchtime
  @benchtime
end

#procsObject

Returns the value of attribute procs

Returns:

  • (Object)

    the current value of procs



3
4
5
# File 'lib/rgot/b.rb', line 3

def procs
  @procs
end

#threadsObject

Returns the value of attribute threads

Returns:

  • (Object)

    the current value of threads



3
4
5
# File 'lib/rgot/b.rb', line 3

def threads
  @threads
end