Class: SSCBot::ChatLog::PrivateMessage
- Inherits:
-
PlayerMessage
- Object
- Message
- PlayerMessage
- SSCBot::ChatLog::PrivateMessage
- Defined in:
- lib/ssc.bot/chat_log/messages.rb
Overview
Direct Known Subclasses
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from PlayerMessage
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(line, name:, message:, type: :private) ⇒ PrivateMessage
constructor
A new instance of PrivateMessage.
Methods inherited from Message
Constructor Details
#initialize(line, name:, message:, type: :private) ⇒ PrivateMessage
Returns a new instance of PrivateMessage.
81 82 83 |
# File 'lib/ssc.bot/chat_log/messages.rb', line 81 def initialize(line,name:,message:,type: :private) super(line,type: type,name: name,message: ) end |