Class: Rgot::M::Options
- Inherits:
-
Struct
- Object
- Struct
- Rgot::M::Options
- Defined in:
- lib/rgot/m.rb
Instance Attribute Summary collapse
-
#bench ⇒ Object
Returns the value of attribute bench.
-
#benchtime ⇒ Object
Returns the value of attribute benchtime.
-
#cpu ⇒ Object
Returns the value of attribute cpu.
-
#thread ⇒ Object
Returns the value of attribute thread.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#bench ⇒ Object
Returns the value of attribute bench
6 7 8 |
# File 'lib/rgot/m.rb', line 6 def bench @bench end |
#benchtime ⇒ Object
Returns the value of attribute benchtime
6 7 8 |
# File 'lib/rgot/m.rb', line 6 def benchtime @benchtime end |
#cpu ⇒ Object
Returns the value of attribute cpu
6 7 8 |
# File 'lib/rgot/m.rb', line 6 def cpu @cpu end |
#thread ⇒ Object
Returns the value of attribute thread
6 7 8 |
# File 'lib/rgot/m.rb', line 6 def thread @thread end |
#timeout ⇒ Object
Returns the value of attribute timeout
6 7 8 |
# File 'lib/rgot/m.rb', line 6 def timeout @timeout end |