Class: Poptart::MultipleResponseQuestion

Inherits:
Question show all
Extended by:
Request
Defined in:
lib/poptart/multiple_response_question.rb

Instance Attribute Summary

Attributes inherited from Question

#absolute_index, #freeform, #key, #parent_question_id, #question_type, #responses

Attributes inherited from Model

#id, #links, #params, #root

Class Method Summary collapse

Methods included from Request

connection, get, post, put

Methods inherited from Question

all, create, #freeform?, #initialize

Methods inherited from Model

#initialize, #questions_url, root, #survey_questions_url, #surveys_url, #users_url

Constructor Details

This class inherits a constructor from Poptart::Question

Class Method Details

.question_typeObject



5
6
7
# File 'lib/poptart/multiple_response_question.rb', line 5

def self.question_type
  'multiple'
end