Method: Datawow::TextClosedQuestion#initialize
- Defined in:
- lib/datawow/models/texts/text_closed_questions.rb
#initialize ⇒ TextClosedQuestion
Returns a new instance of TextClosedQuestion.
10 11 12 13 14 15 |
# 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 |