Method: WitBot::MessageThread#initialize
- Defined in:
- lib/wit_bot/models/message_thread.rb
#initialize(id = SecureRandom.uuid) ⇒ MessageThread
Returns a new instance of MessageThread.
7 8 9 10 11 12 |
# File 'lib/wit_bot/models/message_thread.rb', line 7 def initialize(id=SecureRandom.uuid) @id = id = ActiveSupport::OrderedHash.new = ActiveSupport::OrderedHash.new = nil end |