Class: Conversations::Conversation

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/conversations/conversation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#to_tokensObject

Returns the value of attribute to_tokens.



4
5
6
# File 'app/models/conversations/conversation.rb', line 4

def to_tokens
  @to_tokens
end