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



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

def modes
  @modes
end