Class: Rgot::M::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#bench ⇒ Object

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

#benchtime ⇒ Object

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

#cpu ⇒ Object

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

#fuzz ⇒ Object

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

#fuzztime ⇒ Object

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

#thread ⇒ Object

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

#timeout ⇒ Object

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