Class: Rubirai::JsonMessage
- Defined in:
- lib/rubirai/messages/message.rb
Overview
The json message type
Instance Attribute Summary collapse
-
#json ⇒ String
readonly
The json content.
Attributes inherited from Message
Method Summary
Methods inherited from Message
AtAllMessage, AtMessage, FaceMessage, PlainMessage, QuoteMessage, all_types, build_from, check_type, get_msg_klass, #initialize, metaclass, set_message, #to_h, to_message
Constructor Details
This class inherits a constructor from Rubirai::Message
Instance Attribute Details
#json ⇒ String (readonly)
Returns the json content.
253 |
# File 'lib/rubirai/messages/message.rb', line 253 :Json, :json |