Class: Cinch::ModeParser::TooManyParametersError Private

Inherits:
Struct
  • Object
show all
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.

Since:

  • 1.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#modesObject

Returns the value of attribute modes

Returns:

  • (Object)

    the current value of modes



11
12
13
# File 'lib/cinch/mode_parser.rb', line 11

def modes
  @modes
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



11
12
13
# File 'lib/cinch/mode_parser.rb', line 11

def params
  @params
end