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

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



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

def op
  @op
end