class Datawow::TextClosedQuestion

Attributes

project_key[W]

Public Class Methods

new() click to toggle source
# File lib/datawow/models/texts/text_closed_questions.rb, line 10
def initialize
  @project_key = nil
  @type = :text
  @query_str ||= nil
  @path = 'text/text_closed_questions'
end