Class: Cakewalk::ModeParser::TooManyParametersError Private
- Inherits:
-
Struct
- Object
- Struct
- Cakewalk::ModeParser::TooManyParametersError
- Defined in:
- lib/cakewalk/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
11 12 13 |
# File 'lib/cakewalk/mode_parser.rb', line 11 def modes @modes end |
#params ⇒ Object
Returns the value of attribute params
11 12 13 |
# File 'lib/cakewalk/mode_parser.rb', line 11 def params @params end |