Class: Datawow::TextConversation
- Inherits:
-
Object
- Object
- Datawow::TextConversation
- Includes:
- Models::Interface
- Defined in:
- lib/datawow/models/texts/text_conversations.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#project_key ⇒ Object
writeonly
Sets the attribute project_key.
Instance Method Summary collapse
-
#initialize ⇒ TextConversation
constructor
A new instance of TextConversation.
Methods included from Models::Interface
Constructor Details
#initialize ⇒ TextConversation
Returns a new instance of TextConversation.
10 11 12 13 14 15 |
# File 'lib/datawow/models/texts/text_conversations.rb', line 10 def initialize @project_key = nil @type = :text @query_str ||= nil @path = 'text/text_conversations' end |
Instance Attribute Details
#project_key=(value) ⇒ Object (writeonly)
Sets the attribute project_key
8 9 10 |
# File 'lib/datawow/models/texts/text_conversations.rb', line 8 def project_key=(value) @project_key = value end |