Class: Cinch::ModeParser::TooManyParametersError Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::ModeParser::TooManyParametersError
- Defined in:
- lib/cinch/mode_parser.rb
Overview
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 Attribute Summary collapse
-
#modes ⇒ Object
Returns the value of attribute modes.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#modes ⇒ Object
Returns the value of attribute modes
13 14 15 |
# File 'lib/cinch/mode_parser.rb', line 13 def modes @modes end |
#params ⇒ Object
Returns the value of attribute params
13 14 15 |
# File 'lib/cinch/mode_parser.rb', line 13 def params @params end |