Class: Cinch::ModeParser::EmptySequenceError 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



9
10
11
# File 'lib/cinch/mode_parser.rb', line 9

def modes
  @modes
end