Class: Poptart::TimeQuestion
- Extended by:
- Request
- Defined in:
- lib/poptart/time_question.rb
Instance Attribute Summary
Attributes inherited from Question
#absolute_index, #freeform, #key, #parent_question_id, #question_type, #responses
Attributes inherited from Model
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_type ⇒ Object
5 6 7 |
# File 'lib/poptart/time_question.rb', line 5 def self.question_type 'time' end |