Class: Rgot::M::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#benchObject

Returns the value of attribute bench

Returns:

  • (Object)

    the current value of bench



7
8
9
# File 'lib/rgot/m.rb', line 7

def bench
  @bench
end

#benchtimeObject

Returns the value of attribute benchtime

Returns:

  • (Object)

    the current value of benchtime



7
8
9
# File 'lib/rgot/m.rb', line 7

def benchtime
  @benchtime
end

#cpuObject

Returns the value of attribute cpu

Returns:

  • (Object)

    the current value of cpu



7
8
9
# File 'lib/rgot/m.rb', line 7

def cpu
  @cpu
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



7
8
9
# File 'lib/rgot/m.rb', line 7

def thread
  @thread
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



7
8
9
# File 'lib/rgot/m.rb', line 7

def timeout
  @timeout
end