Exception: Zabbirc::Irc::UserInputError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zabbirc/irc/base_command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reply_messages) ⇒ UserInputError

Returns a new instance of UserInputError.



144
145
146
# File 'lib/zabbirc/irc/base_command.rb', line 144

def initialize reply_messages
  @reply_messages = reply_messages
end

Instance Attribute Details

#reply_messagesObject (readonly)

Returns the value of attribute reply_messages.



143
144
145
# File 'lib/zabbirc/irc/base_command.rb', line 143

def reply_messages
  @reply_messages
end