class Datawow::TextConversation

Attributes

project_key[W]

Public Class Methods

new() click to toggle source
# 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