Class: Rgot::B::Options
- Inherits:
-
Struct
- Object
- Struct
- Rgot::B::Options
- Defined in:
- lib/rgot/b.rb
Instance Attribute Summary collapse
-
#benchtime ⇒ Object
Returns the value of attribute benchtime.
-
#procs ⇒ Object
Returns the value of attribute procs.
-
#threads ⇒ Object
Returns the value of attribute threads.
Instance Attribute Details
#benchtime ⇒ Object
Returns the value of attribute benchtime
3 4 5 |
# File 'lib/rgot/b.rb', line 3 def benchtime @benchtime end |
#procs ⇒ Object
Returns the value of attribute procs
3 4 5 |
# File 'lib/rgot/b.rb', line 3 def procs @procs end |
#threads ⇒ Object
Returns the value of attribute threads
3 4 5 |
# File 'lib/rgot/b.rb', line 3 def threads @threads end |