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



9
10
11
# File 'lib/rgot/m.rb', line 9

def bench
  @bench
end

#benchtimeObject

Returns the value of attribute benchtime

Returns:

  • (Object)

    the current value of benchtime



9
10
11
# File 'lib/rgot/m.rb', line 9

def benchtime
  @benchtime
end

#cpuObject

Returns the value of attribute cpu

Returns:

  • (Object)

    the current value of cpu



9
10
11
# File 'lib/rgot/m.rb', line 9

def cpu
  @cpu
end

#fuzzObject

Returns the value of attribute fuzz

Returns:

  • (Object)

    the current value of fuzz



9
10
11
# File 'lib/rgot/m.rb', line 9

def fuzz
  @fuzz
end

#fuzztimeObject

Returns the value of attribute fuzztime

Returns:

  • (Object)

    the current value of fuzztime



9
10
11
# File 'lib/rgot/m.rb', line 9

def fuzztime
  @fuzztime
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



9
10
11
# File 'lib/rgot/m.rb', line 9

def thread
  @thread
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



9
10
11
# File 'lib/rgot/m.rb', line 9

def timeout
  @timeout
end