Class: SSCBot::ChatLog::TeamMessage
- Inherits:
-
PlayerMessage
- Object
- Message
- PlayerMessage
- SSCBot::ChatLog::TeamMessage
- Defined in:
- lib/ssc.bot/chat_log/messages.rb
Overview
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:) ⇒ TeamMessage
constructor
A new instance of TeamMessage.
Methods inherited from Message
Constructor Details
#initialize(line, name:, message:) ⇒ TeamMessage
Returns a new instance of TeamMessage.
176 177 178 |
# File 'lib/ssc.bot/chat_log/messages.rb', line 176 def initialize(line,name:,message:) super(line,type: :team,name: name,message: ) end |