Module: Options
- Defined in:
- lib/options.rb,
lib/options/basic_option_parser.rb,
lib/options/sender_option_parser.rb,
lib/options/receiver_option_parser.rb,
lib/options/connector_option_parser.rb,
lib/options/sr_common_option_parser.rb
Overview
Module containing option parsers for cli-proton-ruby clients
Option parsers
-
Options::BasicOptionParser of basic options for all clients
-
Options::ConnectorOptionParser of basic and specific options for connector client
-
Options::SRCommonOptionParser of basic and common options for sender and receiver client
-
Options::SenderOptionParser of basic, common and specific options for sender client
-
Options::ReceiverOptionParser of basic, common and specific options for receiver client
Defined Under Namespace
Classes: BasicOptionParser, ConnectorOptionParser, ReceiverOptionParser, SRCommonOptionParser, SenderOptionParser
Constant Summary collapse
- BOOLEAN_STRINGS =
%w(true True yes false False no)- LOG_LIB_STRINGS =
%w(NONE TRANSPORT_RAW TRANSPORT_FRM TRANSPORT_DRV)