Class: Trabox::Command::Relay::ArgumentParser
- Inherits:
-
Object
- Object
- Trabox::Command::Relay::ArgumentParser
- Defined in:
- lib/trabox/commands/relay/argument_parser.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ ArgumentParser
constructor
A new instance of ArgumentParser.
Constructor Details
#initialize ⇒ ArgumentParser
Returns a new instance of ArgumentParser.
12 13 14 15 16 |
# File 'lib/trabox/commands/relay/argument_parser.rb', line 12 def initialize opts = parse! config_overwrite(opts) end |
Class Method Details
.parse! ⇒ Object
8 9 10 |
# File 'lib/trabox/commands/relay/argument_parser.rb', line 8 def self.parse! new end |