Method: Discordrb::Message#inspect
- Defined in:
- lib/discordrb/data/message.rb
#inspect ⇒ Object
The inspect method is overwritten to give more useful output
360 361 362 |
# File 'lib/discordrb/data/message.rb', line 360 def inspect "<Message content=\"#{@content}\" id=#{@id} timestamp=#{@timestamp} author=#{@author} channel=#{@channel}>" end |