Class: JustimmoClient::OptionParser::DuplicateKeyGroup Private
- Inherits:
-
OptionParserError
- Object
- JustimmoClient::OptionParser::DuplicateKeyGroup
- Defined in:
- lib/justimmo_client/option_parser.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(key, group) ⇒ DuplicateKeyGroup
constructor
private
A new instance of DuplicateKeyGroup.
Constructor Details
#initialize(key, group) ⇒ DuplicateKeyGroup
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of DuplicateKeyGroup.
26 27 28 |
# File 'lib/justimmo_client/option_parser.rb', line 26 def initialize(key, group) super "Key #{key} is already in group #{group}" end |