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.



115
116
117
# File 'lib/zabbirc/irc/base_command.rb', line 115

def initialize reply_messages
  @reply_messages = reply_messages
end

Instance Attribute Details

#reply_messagesObject (readonly)

Returns the value of attribute reply_messages.



114
115
116
# File 'lib/zabbirc/irc/base_command.rb', line 114

def reply_messages
  @reply_messages
end