Class: RPCBench::ServerOptions
- Defined in:
- lib/rpc_bench/options.rb
Constant Summary
Constants inherited from Options
Options::MODE_VALUES, Options::OPT_DEFAULT
Instance Method Summary collapse
-
#initialize ⇒ ServerOptions
constructor
A new instance of ServerOptions.
Methods inherited from Options
Constructor Details
#initialize ⇒ ServerOptions
Returns a new instance of ServerOptions.
54 55 56 |
# File 'lib/rpc_bench/options.rb', line 54 def initialize super end |