Class: Cinch::ModeParser::MalformedError Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::ModeParser::MalformedError
- 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.
Instance Attribute Details
#modes ⇒ Object
Returns the value of attribute modes
10 11 12 |
# File 'lib/cinch/mode_parser.rb', line 10 def modes @modes end |