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
7 8 9 |
# File 'lib/rgot/m.rb', line 7 def bench @bench end |
#benchtime ⇒ Object
Returns the value of attribute benchtime
7 8 9 |
# File 'lib/rgot/m.rb', line 7 def benchtime @benchtime end |
#cpu ⇒ Object
Returns the value of attribute cpu
7 8 9 |
# File 'lib/rgot/m.rb', line 7 def cpu @cpu end |
#thread ⇒ Object
Returns the value of attribute thread
7 8 9 |
# File 'lib/rgot/m.rb', line 7 def thread @thread end |
#timeout ⇒ Object
Returns the value of attribute timeout
7 8 9 |
# File 'lib/rgot/m.rb', line 7 def timeout @timeout end |